mirror of
https://github.com/karasevm/PrivateDNSAndroid.git
synced 2025-06-29 12:49:56 +00:00
9 lines
226 B
Groovy
9 lines
226 B
Groovy
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
rootProject.name = "Private DNS Quick Toggle"
|
|
include ':app'
|