fallout2-ce/os/android/settings.gradle

17 lines
344 B
Groovy
Raw Normal View History

2022-07-25 18:30:17 -07: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'