guideCity/android/settings.gradle.kts

22 lines
536 B
Text
Raw Normal View History

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
// TODO: add the 2GIS MapKit maven repository here once its exact URL is
// confirmed from the 2GIS developer portal (see android/README section
// on the map SDK integration point).
}
}
rootProject.name = "guideCity"
include(":app")