We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc2550 commit c8e4600Copy full SHA for c8e4600
plugin/build.gradle
@@ -11,10 +11,7 @@ dependencies {
11
implementation gradleApi()
12
//groovy sdk
13
implementation localGroovy()
14
- implementation "com.github.CodingGay.BlackObfuscator:dex-tools:1.2"
15
- implementation "com.github.CodingGay.BlackObfuscator:dexlib2:1.2"
16
- implementation "com.github.CodingGay.BlackObfuscator:dex-obfuscator:1.2"
17
- implementation "com.github.CodingGay.BlackObfuscator:d2j-base-cmd:1.2"
+ implementation "com.github.CodingGay.BlackObfuscator:dex-tools:1.3"
18
}
19
20
repositories {
0 commit comments