co-maps/android/settings.gradle

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
399 B
Groovy
Raw Normal View History

2025-11-22 13:58:55 +01:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
repositories {
google()
mavenCentral()
maven { url = 'https://www.jitpack.io' } // MPAndroidChart
}
}
rootProject.name = 'CoMaps'
include ':app'
include ':sdk'