Skip to content

Commit 2bb9430

Browse files
committed
Update README.md
1 parent 42fb309 commit 2bb9430

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
```gradle
1717
repositories {
1818
...
19+
// 加入仓库
1920
maven { url 'https://jitpack.io' }
2021
}
21-
```
22-
加入classpath
23-
```gradle
2422
dependencies {
2523
...
26-
classpath "com.github.CodingGay:BlackObfuscator-ASPlugin:2.8"
24+
classpath "com.github.CodingGay:BlackObfuscator-ASPlugin:2.9"
2725
}
2826
```
2927
#### Step 2. app模块加入plugin

0 commit comments

Comments
 (0)