fallout2-ce/os/android/settings.gradle
2022-07-26 04:30:17 +03:00

17 lines
344 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Fallout 2 Community Edition"
include ':app'