Skip to content

Commit 68eca15

Browse files
author
huangx
committed
降低最低android gradle插件版本到3.0.0
1 parent d82b74c commit 68eca15

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
```
1111
buildscript {
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
```

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1212
apply 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

5353
uploadArchives {

library/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project.name=AndroidJunkCode
33
project.groupId=cn.hx.plugin
44
project.artifactId=android-junk-code
5-
project.artifactVersion=1.0.1
5+
project.artifactVersion=1.0.2
66
project.siteUrl=https://github.com/qq549631030/AndroidJunkCode
77
project.gitUrl=https://github.com/qq549631030/AndroidJunkCode.git
88
project.desc=generate junk code for android

0 commit comments

Comments
 (0)