mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
fix: update apktool
This commit is contained in:
parent
714a98422d
commit
ab866bb8ef
1 changed files with 3 additions and 2 deletions
|
@ -22,14 +22,15 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
implementation(kotlin("stdlib"))
|
||||
implementation(kotlin("reflect"))
|
||||
|
||||
api("xpp3:xpp3:1.1.4c")
|
||||
api("org.apktool:apktool-lib:2.6.4-SNAPSHOT")
|
||||
api("org.apktool:apktool-lib:2.6.5-SNAPSHOT")
|
||||
api("app.revanced:multidexlib2:2.5.2.r2")
|
||||
api("org.smali:smali:2.5.2")
|
||||
|
||||
testImplementation(kotlin("test"))
|
||||
implementation(kotlin("reflect"))}
|
||||
}
|
||||
|
||||
tasks {
|
||||
test {
|
||||
|
|
Loading…
Reference in a new issue