We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785d6da commit e93b0ebCopy full SHA for e93b0eb
library/build.gradle
@@ -6,8 +6,8 @@ android {
6
defaultConfig {
7
minSdkVersion 16
8
targetSdkVersion 28
9
- versionCode 105
10
- versionName "1.0.5"
+ versionCode 110
+ versionName "1.1.0"
11
12
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
13
@@ -38,7 +38,7 @@ publish {
38
userOrg = 'lamster2018' //bintray注册的用户名(不是邮箱)
39
groupId = 'com.lahm.library'
40
artifactId = 'easy-protector-release' //项目名称
41
- publishVersion = '1.0.5' //版本号
+ publishVersion = '1.1.0' //版本号
42
desc = 'protect your android app' //项目描述。可空。
43
website = 'https://github.com/lamster2018/EasyProtector' //项目地址,一般填github地址。可空。
44
}
0 commit comments