feat: add Bluetooth Android companion
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
pluginManagement {
|
||||
repositories { google(); mavenCentral(); gradlePluginPortal() }
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories { google(); mavenCentral() }
|
||||
}
|
||||
rootProject.name = "PiCarCompanion"
|
||||
include(":app")
|
||||
Reference in New Issue
Block a user