Action:release

Description:修改lib的版本
This commit is contained in:
yj
2017-06-27 10:34:33 +08:00
parent 772ee62ecd
commit 4f20945a83
2 changed files with 2 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release'
def appVerCode = 1
def appVerName = "1.0.0"
def appVerCode = 2
def appVerName = "1.0.1"
publish {
userOrg = 'jkb'