Skip to content

Commit

Permalink
push version
Browse files Browse the repository at this point in the history
  • Loading branch information
spawn committed Oct 24, 2018
1 parent 6bf8fff commit bbba8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/debug_tools/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ publish {
userOrg = 'leconio'//bintray.com你的用户名
groupId = 'io.lecon.debugtools'//jcenter上的路径
artifactId = 'debugtools'//项目名称
publishVersion = '1.0.0'//版本号
publishVersion = '1.0.3'//版本号
desc = 'Tools help you ez code'//描述,不重要
website = 'https://github.com/leconio/android_database_debug.git'
website = 'https://github.com/leconio/AndroidDebugTools.git'
}

// ./gradlew clean build bintrayUpload -PbintrayUser=$BINTRAY_USER -PbintrayKey=$BINTRAY_API_KEY -PdryRun=false

0 comments on commit bbba8fa

Please sign in to comment.