This commit is contained in:
wangziqi
2026-01-09 08:57:07 +08:00
parent 915e5d6a03
commit abe03cbfef
60 changed files with 556 additions and 3474 deletions

18
android/settings.gradle Normal file
View File

@@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "car-maintenance-android"
include(":app")