2025-07-01 19:08:46 +08:00
|
|
|
dependencyResolutionManagement {
|
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
|
repositories {
|
|
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
|
|
|
|
jcenter() // Warning: this repository is going to shut down soon
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-02-26 11:18:18 +08:00
|
|
|
rootProject.name = "xtzs"
|
2025-07-01 19:08:46 +08:00
|
|
|
include ':app'
|