Skip to content

Commit

Permalink
revert: propagate dependencies
Browse files Browse the repository at this point in the history
guess it doesn't work when not propagating them
  • Loading branch information
Sculas committed Jun 21, 2022
1 parent 1f75777 commit 365e1d7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions build.gradle.kts
Expand Up @@ -24,12 +24,10 @@ dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("reflect"))

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")
api("org.apktool:brut.j.dir:2.6.5-SNAPSHOT")
api("xpp3:xpp3:1.1.4c")
api("app.revanced:multidexlib2:2.5.2.r2")
api("org.smali:smali:2.5.2")
api("org.apktool:apktool-lib:2.6.5-SNAPSHOT")

testImplementation(kotlin("test"))
}
Expand Down

0 comments on commit 365e1d7

Please sign in to comment.