File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
```
11
11
buildscript {
12
12
dependencies {
13
- classpath "cn.hx.plugin:android-junk-code:1.0.1 "
13
+ classpath "cn.hx.plugin:android-junk-code:1.0.2 "
14
14
}
15
15
}
16
16
```
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ buildscript {
12
12
classpath " com.android.tools.build:gradle:4.0.0"
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14
14
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 "
17
17
18
18
// NOTE: Do not place your application dependencies here; they belong
19
19
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
implementation gradleApi()
7
7
implementation localGroovy()
8
8
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'
10
10
}
11
11
12
12
apply from : rootProject. projectDir. absolutePath + " /bintray-release.gradle"
@@ -47,7 +47,7 @@ publish {
47
47
userOrg = bintray_Org
48
48
bintrayUser = bintray_User
49
49
bintrayKey = bintrayApikey
50
- dryRun = true
50
+ dryRun = false
51
51
}
52
52
53
53
uploadArchives {
Original file line number Diff line number Diff line change 2
2
project.name =AndroidJunkCode
3
3
project.groupId =cn.hx.plugin
4
4
project.artifactId =android-junk-code
5
- project.artifactVersion =1.0.1
5
+ project.artifactVersion =1.0.2
6
6
project.siteUrl =https://github.com/qq549631030/AndroidJunkCode
7
7
project.gitUrl =https://github.com/qq549631030/AndroidJunkCode.git
8
8
project.desc =generate junk code for android
You can’t perform that action at this time.
0 commit comments