18 lines
426 B
Groovy
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'
|