We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf8fff commit bbba8faCopy full SHA for bbba8fa
android/debug_tools/publish.gradle
@@ -4,9 +4,9 @@ publish {
4
userOrg = 'leconio'//bintray.com你的用户名
5
groupId = 'io.lecon.debugtools'//jcenter上的路径
6
artifactId = 'debugtools'//项目名称
7
- publishVersion = '1.0.0'//版本号
+ publishVersion = '1.0.3'//版本号
8
desc = 'Tools help you ez code'//描述,不重要
9
- website = 'https://github.com/leconio/android_database_debug.git'
+ website = 'https://github.com/leconio/AndroidDebugTools.git'
10
}
11
12
// ./gradlew clean build bintrayUpload -PbintrayUser=$BINTRAY_USER -PbintrayKey=$BINTRAY_API_KEY -PdryRun=false
0 commit comments