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