Add Android BikeSetup client

This commit is contained in:
2026-05-19 16:37:14 +02:00
parent 97f6e253f7
commit 4e18d97b85
51 changed files with 3197 additions and 3 deletions
+17
View File
@@ -0,0 +1,17 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode = RepositoriesMode.PREFER_PROJECT
repositories {
google()
mavenCentral()
}
}
rootProject.name = "BikeSetup"
include(":app")