Files
coco 7a4fb0e6ae a
2026-07-03 16:23:31 +08:00

11 lines
293 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 = "wanandroid-compose"
include ':app'