mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
build: update Apktool to re-enable 9patch decoder
This commit is contained in:
parent
c1fbd8cf8c
commit
49970b5926
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ dependencies {
|
||||||
implementation("xpp3:xpp3:1.1.4c")
|
implementation("xpp3:xpp3:1.1.4c")
|
||||||
implementation("org.smali:smali:2.5.2")
|
implementation("org.smali:smali:2.5.2")
|
||||||
implementation("app.revanced:multidexlib2:2.5.2.r2")
|
implementation("app.revanced:multidexlib2:2.5.2.r2")
|
||||||
implementation("org.apktool:apktool-lib:2.6.8-SNAPSHOT")
|
implementation("org.apktool:apktool-lib:2.6.9-SNAPSHOT")
|
||||||
|
|
||||||
testImplementation(kotlin("test"))
|
testImplementation(kotlin("test"))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue