2021-07-28 20:24:44 +00:00
|
|
|
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'
|