Skip to content

Commit

Permalink
upgrade to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lahm committed Nov 21, 2018
1 parent 3b6ebb5 commit a76d82e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
versionCode 104
versionName "1.0.4"
versionCode 105
versionName "1.0.5"

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

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

0 comments on commit a76d82e

Please sign in to comment.