We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ac92d commit badd6b2Copy full SHA for badd6b2
1 file changed
README.md
@@ -23,7 +23,7 @@ repositories {
23
```gradle
24
dependencies {
25
...
26
- classpath "com.github.CodingGay:BlackObfuscator-ASPlugin:2.5"
+ classpath "com.github.CodingGay:BlackObfuscator-ASPlugin:2.3"
27
}
28
```
29
#### Step 2. app模块加入plugin
@@ -65,7 +65,7 @@ dependencies {
65
66
67
68
-#### Step 4. 打包即可自动混淆
+#### Step 4. Clean一次项目,打包即可自动混淆
69
70
71
### License
0 commit comments