Skip to content

Commit

Permalink
降低最低android gradle插件版本到3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huangx committed Jul 1, 2020
1 parent d82b74c commit 68eca15
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -47,7 +47,7 @@ publish {
userOrg = bintray_Org
bintrayUser = bintray_User
bintrayKey = bintrayApikey
dryRun = true
dryRun = false
}

uploadArchives {
Expand Down
2 changes: 1 addition & 1 deletion library/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 68eca15

Please sign in to comment.