mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-13 02:14:27 +01:00
build: use dependencies as implementations instead of apis
This commit is contained in:
parent
68174bbd6b
commit
89bb43066b
1 changed files with 4 additions and 7 deletions
|
@ -21,13 +21,10 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(kotlin("stdlib"))
|
implementation("xpp3:xpp3:1.1.4c")
|
||||||
implementation(kotlin("reflect"))
|
implementation("app.revanced:multidexlib2:2.5.2.r2")
|
||||||
|
implementation("org.smali:smali:2.5.2")
|
||||||
api("xpp3:xpp3:1.1.4c")
|
implementation("org.apktool:apktool-lib:2.6.5-SNAPSHOT")
|
||||||
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"))
|
testImplementation(kotlin("test"))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue