mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
22 lines
386 B
Groovy
22 lines
386 B
Groovy
pluginManagement {
|
|
repositories {
|
|
google()
|
|
maven {
|
|
url 'maven-repo'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "maplibre-rs-android"
|
|
include ':demo'
|
|
include ':lib'
|