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