mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-01 21:54:24 +02:00
build: add mavenLocal
to repositories
This commit is contained in:
parent
db62a1607b
commit
12c6c73de0
@ -11,6 +11,7 @@ val githubPassword: String = project.findProperty("gpr.key") as? String ?: Syste
|
|||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
google()
|
google()
|
||||||
|
mavenLocal()
|
||||||
listOf("multidexlib2", "apktool").forEach { repo ->
|
listOf("multidexlib2", "apktool").forEach { repo ->
|
||||||
maven {
|
maven {
|
||||||
url = uri("https://maven.pkg.github.com/revanced/$repo")
|
url = uri("https://maven.pkg.github.com/revanced/$repo")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user