fallout2-ce/os/android/settings.gradle

17 lines
344 B
Groovy
Raw Normal View History

2022-07-26 01:30:17 +00:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Fallout 2 Community Edition"
include ':app'