mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-11 05:46:16 +00:00
build: add mavenLocal to repositories
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user