We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fb309 commit 2bb9430Copy full SHA for 2bb9430
1 file changed
README.md
@@ -16,14 +16,12 @@
16
```gradle
17
repositories {
18
...
19
+ // 加入仓库
20
maven { url 'https://jitpack.io' }
21
}
-```
22
-加入classpath
23
-```gradle
24
dependencies {
25
26
- classpath "com.github.CodingGay:BlackObfuscator-ASPlugin:2.8"
+ classpath "com.github.CodingGay:BlackObfuscator-ASPlugin:2.9"
27
28
```
29
#### Step 2. app模块加入plugin
0 commit comments