We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a89b1 commit 1bbe8bcCopy full SHA for 1bbe8bc
1 file changed
README.md
@@ -11,7 +11,7 @@ buildscript {
11
mavenCentral()
12
}
13
dependencies {
14
- classpath "com.github.qq549631030:android-junk-code:1.0.8"
+ classpath "com.github.qq549631030:android-junk-code:1.0.9"
15
16
17
```
@@ -41,7 +41,8 @@ androidJunkCode {
41
42
43
44
-**原configMap配置方式已过时,1.0.8版以后请使用variantConfig配置方式"**
+**原configMap配置方式已过时,1.0.9版以后请使用variantConfig配置方式"**
45
+
46
如果有多个变体共用一个配置可以这样做
47
```groovy
48
androidJunkCode {
0 commit comments