File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010```
1111buildscript {
1212 dependencies {
13- classpath "cn.hx.plugin:android-junk-code:1.0.1 "
13+ classpath "cn.hx.plugin:android-junk-code:1.0.2 "
1414 }
1515}
1616```
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ buildscript {
1212 classpath " com.android.tools.build:gradle:4.0.0"
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1414 classpath ' com.novoda:bintray-release:0.9.2'
15- classpath " cn.hx.plugin:android-junk-code:1.0.1 "
16- classpath " com.getkeepsafe.dexcount:dexcount-gradle-plugin:1.0.2 "
15+ classpath " cn.hx.plugin:android-junk-code:1.0.2 "
16+ classpath " com.getkeepsafe.dexcount:dexcount-gradle-plugin:1.0.3 "
1717
1818 // NOTE: Do not place your application dependencies here; they belong
1919 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 implementation gradleApi()
77 implementation localGroovy()
88 implementation ' com.squareup:javapoet:1.11.1'
9- implementation ' com.android.tools.build:gradle:4 .0.0'
9+ implementation ' com.android.tools.build:gradle:3 .0.0'
1010}
1111
1212apply from : rootProject. projectDir. absolutePath + " /bintray-release.gradle"
@@ -47,7 +47,7 @@ publish {
4747 userOrg = bintray_Org
4848 bintrayUser = bintray_User
4949 bintrayKey = bintrayApikey
50- dryRun = true
50+ dryRun = false
5151}
5252
5353uploadArchives {
Original file line number Diff line number Diff line change 22project.name =AndroidJunkCode
33project.groupId =cn.hx.plugin
44project.artifactId =android-junk-code
5- project.artifactVersion =1.0.1
5+ project.artifactVersion =1.0.2
66project.siteUrl =https://github.com/qq549631030/AndroidJunkCode
77project.gitUrl =https://github.com/qq549631030/AndroidJunkCode.git
88project.desc =generate junk code for android
You can’t perform that action at this time.
0 commit comments