From 68eca150c19cfe2545bc1dd83a30c644a8d84c65 Mon Sep 17 00:00:00 2001 From: huangx Date: Wed, 1 Jul 2020 14:58:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8D=E4=BD=8E=E6=9C=80=E4=BD=8Eandroid=20g?= =?UTF-8?q?radle=E6=8F=92=E4=BB=B6=E7=89=88=E6=9C=AC=E5=88=B03.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- build.gradle | 4 ++-- library/build.gradle | 4 ++-- library/project.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cf443183..7951cc37 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ``` buildscript { dependencies { - classpath "cn.hx.plugin:android-junk-code:1.0.1" + classpath "cn.hx.plugin:android-junk-code:1.0.2" } } ``` diff --git a/build.gradle b/build.gradle index 88ab9148..d5668ec6 100644 --- a/build.gradle +++ b/build.gradle @@ -12,8 +12,8 @@ buildscript { classpath "com.android.tools.build:gradle:4.0.0" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.novoda:bintray-release:0.9.2' - classpath "cn.hx.plugin:android-junk-code:1.0.1" - classpath "com.getkeepsafe.dexcount:dexcount-gradle-plugin:1.0.2" + classpath "cn.hx.plugin:android-junk-code:1.0.2" + classpath "com.getkeepsafe.dexcount:dexcount-gradle-plugin:1.0.3" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/library/build.gradle b/library/build.gradle index 0c1e02da..7b4e1f3f 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -6,7 +6,7 @@ dependencies { implementation gradleApi() implementation localGroovy() implementation 'com.squareup:javapoet:1.11.1' - implementation 'com.android.tools.build:gradle:4.0.0' + implementation 'com.android.tools.build:gradle:3.0.0' } apply from: rootProject.projectDir.absolutePath + "/bintray-release.gradle" @@ -47,7 +47,7 @@ publish { userOrg = bintray_Org bintrayUser = bintray_User bintrayKey = bintrayApikey - dryRun = true + dryRun = false } uploadArchives { diff --git a/library/project.properties b/library/project.properties index a681115f..d778b56a 100644 --- a/library/project.properties +++ b/library/project.properties @@ -2,7 +2,7 @@ project.name=AndroidJunkCode project.groupId=cn.hx.plugin project.artifactId=android-junk-code -project.artifactVersion=1.0.1 +project.artifactVersion=1.0.2 project.siteUrl=https://github.com/qq549631030/AndroidJunkCode project.gitUrl=https://github.com/qq549631030/AndroidJunkCode.git project.desc=generate junk code for android \ No newline at end of file