mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-05 01:42:54 +01:00
Fix: use relative paths to temporal dependencies
This commit is contained in:
parent
919b34e174
commit
1b6757ff40
@ -10,8 +10,9 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(files("P:\\Andere Dateien\\STUFF\\Coding\\Java\\revanced\\revanced-patcher\\build\\libs\\revanced-patcher-1.0.0-dev.8.jar"))
|
// Temporal file dependency
|
||||||
implementation(files("P:\\Andere Dateien\\STUFF\\Coding\\Java\\revanced\\revanced-patches\\build\\libs\\revanced-patches-1.0.0-dev.4.jar"))
|
implementation(files("revanced-patches-1.0.0-dev.4.jar"))
|
||||||
|
implementation(files("revanced-patcher-1.0.0-dev.8.jar"))
|
||||||
|
|
||||||
implementation("com.google.code.gson:gson:2.9.0")
|
implementation("com.google.code.gson:gson:2.9.0")
|
||||||
implementation("com.github.lanchon.dexpatcher:multidexlib2:2.3.4.r2")
|
implementation("com.github.lanchon.dexpatcher:multidexlib2:2.3.4.r2")
|
||||||
|
Loading…
Reference in New Issue
Block a user