1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-20 03:29:32 +02:00
vcmi/android/settings.gradle

10 lines
211 B
Groovy
Raw Normal View History

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