1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
vcmi/android/settings.gradle

10 lines
211 B
Groovy
Raw Normal View History

2023-02-16 10:11:39 +02:00
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "VCMI"
include ':vcmi-app'