mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
revert: propagate dependencies
guess it doesn't work when not propagating them
This commit is contained in:
parent
1f75777cf9
commit
365e1d7a45
1 changed files with 4 additions and 6 deletions
|
@ -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"))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue