Files
coco 4af4d1c457 a
2026-07-03 15:59:36 +08:00

18 lines
426 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
// Use old style dependency declaration since the new one is not yet supported by dependabot
/*dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}*/
rootProject.name = "BluetoothHID"
include ':app'