File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
src/main/groovy/cn/hx/plugin/junkcode/ext Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
11
11
mavenCentral()
12
12
}
13
13
dependencies {
14
- classpath "com.github.qq549631030:android-junk-code:1.0.9 "
14
+ classpath "com.github.qq549631030:android-junk-code:1.1.0 "
15
15
}
16
16
}
17
17
```
@@ -41,7 +41,7 @@ androidJunkCode {
41
41
}
42
42
```
43
43
44
- ** 原configMap配置方式已过时,1.0.9版以后请使用variantConfig配置方式 "**
44
+ ** 原configMap配置方式已过时,1.0.8版以后请使用variantConfig配置方式 "**
45
45
46
46
如果有多个变体共用一个配置可以这样做
47
47
``` groovy
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
dependencies {
10
10
classpath ' com.android.tools.build:gradle:4.2.1'
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
- classpath " com.github.qq549631030:android-junk-code:1.0.9 "
12
+ classpath " com.github.qq549631030:android-junk-code:1.1.0 "
13
13
classpath ' com.vanniktech:gradle-maven-publish-plugin:0.18.0'
14
14
classpath " com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.0.1"
15
15
Original file line number Diff line number Diff line change 1
1
# project
2
2
GROUP =com.github.qq549631030
3
- VERSION_NAME =1.0.9
3
+ VERSION_NAME =1.1.0
4
4
5
5
POM_ARTIFACT_ID =android-junk-code
6
6
POM_NAME =AndroidJunkCode
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package cn.hx.plugin.junkcode.ext
3
3
import org.gradle.api.NamedDomainObjectContainer
4
4
5
5
class AndroidJunkCodeExt {
6
- @Deprecated (since = " 1.0.8" )
7
6
Map<String , Closure<JunkCodeConfig > > configMap = [:]
8
7
9
8
NamedDomainObjectContainer<JunkCodeConfig > variantConfig
You can’t perform that action at this time.
0 commit comments