Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

13 lines
332 B
Groovy

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "sample-app"
include ':app'
include ':kalendar'
include ':kalendar-endlos'