Skip to content

Commit

Permalink
fix: dexlib must be propagated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas authored Jun 23, 2022
1 parent 8efcf32 commit b738dcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ repositories {
}

dependencies {
api("app.revanced:multidexlib2:2.5.2.r2")

implementation("xpp3:xpp3:1.1.4c")
implementation("app.revanced:multidexlib2:2.5.2.r2")
implementation("org.smali:smali:2.5.2")
implementation("org.apktool:apktool-lib:2.6.5-SNAPSHOT")

Expand Down

0 comments on commit b738dcd

Please sign in to comment.