2024-02-11 03:14:04 +00:00
|
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
|
|
|
|
}
|
|
|
|
|
// repositories {
|
|
|
|
|
// maven { url 'https://jitpack.io' }
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
|
repositories {
|
|
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
|
|
|
|
}
|
2024-02-12 13:12:32 +00:00
|
|
|
|
repositories {
|
|
|
|
|
// JitPack 远程仓库:https://jitpack.io
|
|
|
|
|
maven { url 'https://jitpack.io' }
|
|
|
|
|
}
|
2024-02-11 03:14:04 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rootProject.name = "tally"
|
|
|
|
|
include ':app'
|