Skip to content

Commit

Permalink
fix: update apktool to fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Jun 11, 2022
1 parent 8eb4a8f commit 566ecef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation(kotlin("stdlib"))

api("xpp3:xpp3:1.1.4c")
api("org.apktool:apktool-lib:2.6.1")
api("org.apktool:apktool-lib:2.6.2-SNAPSHOT")
api("app.revanced:multidexlib2:2.5.2.r2")
api("org.smali:smali:2.5.2")

Expand Down

0 comments on commit 566ecef

Please sign in to comment.