Skip to content

Commit 25eba75

Browse files
committed
update BlackObfuscator Version
1 parent 0cd20ff commit 25eba75

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plugin/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ dependencies {
1111
implementation gradleApi()
1212
//groovy sdk
1313
implementation localGroovy()
14-
implementation "com.github.CodingGay.BlackObfuscator:dex-tools:1.0.3"
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"
1518
}
1619

1720
repositories {

0 commit comments

Comments
 (0)