howlongtobeat-android/settings.gradle.kts

11 lines
290 B
Plaintext
Raw Normal View History

2021-08-17 09:50:06 +02:00
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "HowLongToBeat"
include(":app")