2026-05-24 10:24:34 +08:00
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
2026-05-25 04:43:42 +00:00
|
|
|
maven { url "https://jitpack.io" }
|
2026-05-24 10:24:34 +08:00
|
|
|
gradlePluginPortal()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
|
repositories {
|
|
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
2026-05-25 04:43:42 +00:00
|
|
|
maven { url "https://jitpack.io" }
|
2026-05-24 10:24:34 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
rootProject.name = "sensTools"
|
|
|
|
|
include ':app'
|