fallout1-ce/os/android/settings.gradle

17 lines
342 B
Groovy
Raw Normal View History

2023-02-09 19:13:05 +00:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Fallout Community Edition"
include ':app'