Skip to content

Commit bbba8fa

Browse files
author
spawn
committed
push version
1 parent 6bf8fff commit bbba8fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/debug_tools/publish.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ publish {
44
userOrg = 'leconio'//bintray.com你的用户名
55
groupId = 'io.lecon.debugtools'//jcenter上的路径
66
artifactId = 'debugtools'//项目名称
7-
publishVersion = '1.0.0'//版本号
7+
publishVersion = '1.0.3'//版本号
88
desc = 'Tools help you ez code'//描述,不重要
9-
website = 'https://github.com/leconio/android_database_debug.git'
9+
website = 'https://github.com/leconio/AndroidDebugTools.git'
1010
}
1111

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

0 commit comments

Comments
 (0)