Skip to content

Commit

Permalink
fix: update apktool
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Jun 20, 2022
1 parent 714a984 commit ab866bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Expand Up @@ -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 {
Expand Down

0 comments on commit ab866bb

Please sign in to comment.