Skip to content

Commit e93b0eb

Browse files
author
lahm
committed
upgrade to 1.1.0
1 parent 785d6da commit e93b0eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
minSdkVersion 16
88
targetSdkVersion 28
9-
versionCode 105
10-
versionName "1.0.5"
9+
versionCode 110
10+
versionName "1.1.0"
1111

1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313

@@ -38,7 +38,7 @@ publish {
3838
userOrg = 'lamster2018' //bintray注册的用户名(不是邮箱)
3939
groupId = 'com.lahm.library'
4040
artifactId = 'easy-protector-release' //项目名称
41-
publishVersion = '1.0.5' //版本号
41+
publishVersion = '1.1.0' //版本号
4242
desc = 'protect your android app' //项目描述。可空。
4343
website = 'https://github.com/lamster2018/EasyProtector' //项目地址,一般填github地址。可空。
4444
}

0 commit comments

Comments
 (0)