mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-06 12:47:03 +01:00
fix: add dexlib2 since no longer "api" dependency (compile)
This commit is contained in:
parent
71f547cfec
commit
bcd66dc333
@ -41,6 +41,7 @@ dependencies {
|
||||
|
||||
implementation depends.baksmali,
|
||||
depends.smali,
|
||||
depends.dexlib2,
|
||||
depends.snakeyaml,
|
||||
depends.xmlpull,
|
||||
depends.guava,
|
||||
|
@ -116,6 +116,7 @@ subprojects {
|
||||
commons_cli: 'commons-cli:commons-cli:1.4',
|
||||
commons_io: 'commons-io:commons-io:2.4',
|
||||
commons_lang: 'org.apache.commons:commons-lang3:3.1',
|
||||
dexlib2: 'org.smali:dexlib2:2.5.0',
|
||||
guava: 'com.google.guava:guava:14.0',
|
||||
junit: 'junit:junit:4.12',
|
||||
proguard_gradle: 'com.guardsquare:proguard-gradle:7.0.0',
|
||||
|
Loading…
Reference in New Issue
Block a user