17 lines
399 B
Groovy
17 lines
399 B
Groovy
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
// See comment in buildscript block of app/build.gradle
|
|
//dependencyResolutionManagement {
|
|
// repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
// repositories {
|
|
// google()
|
|
// mavenCentral()
|
|
// }
|
|
//}
|
|
rootProject.name = 'Organic Maps'
|
|
include ':app'
|