build: add mavenLocal to repositories

This commit is contained in:
oSumAtrIX
2023-08-16 16:53:38 +02:00
parent db62a1607b
commit 12c6c73de0

View File

@@ -11,6 +11,7 @@ val githubPassword: String = project.findProperty("gpr.key") as? String ?: Syste
repositories {
mavenCentral()
google()
mavenLocal()
listOf("multidexlib2", "apktool").forEach { repo ->
maven {
url = uri("https://maven.pkg.github.com/revanced/$repo")