flycast/shell/android-studio/settings.gradle

11 lines
286 B
Groovy
Raw Normal View History

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
2021-07-15 17:12:42 +00:00
rootProject.name = "Flycast"
2021-04-04 11:35:11 +00:00
include ':flycast'