mirror of
https://github.com/ReVanced/revanced-library.git
synced 2026-01-11 13:56:17 +00:00
10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
mavenLocal()
|
|
maven { url = uri("https://jitpack.io") }
|
|
google()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "revanced-library" |