1
mirror of https://github.com/revanced/revanced-integrations synced 2025-03-23 02:44:21 +01:00

13 lines
293 B
Plaintext
Raw Normal View History

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"