mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
fix: dexlib must be propagated
This commit is contained in:
parent
8efcf329bb
commit
b738dcd7ea
1 changed files with 2 additions and 1 deletions
|
@ -21,8 +21,9 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api("app.revanced:multidexlib2:2.5.2.r2")
|
||||
|
||||
implementation("xpp3:xpp3:1.1.4c")
|
||||
implementation("app.revanced:multidexlib2:2.5.2.r2")
|
||||
implementation("org.smali:smali:2.5.2")
|
||||
implementation("org.apktool:apktool-lib:2.6.5-SNAPSHOT")
|
||||
|
||||
|
|
Loading…
Reference in a new issue