mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-08 13:17:12 +01:00
6fd81770bf
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
13 lines
293 B
Plaintext
13 lines
293 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 = "revanced-integrations"
|