mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-07 12:47:02 +01:00
12 lines
283 B
Plaintext
12 lines
283 B
Plaintext
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
maven { url = uri("https://jitpack.io") }
|
|
mavenCentral()
|
|
}
|
|
}
|
|
include(":app")
|
|
include(":dummy")
|
|
rootProject.name = "integrations"
|