feat: add train type recognition and restructure settings storage

This commit is contained in:
Nedifinita
2025-08-01 20:06:57 +08:00
parent 4e97dcafd7
commit 59e9987d7f
16 changed files with 567 additions and 133 deletions

View File

@@ -9,6 +9,7 @@ lifecycleRuntimeKtx = "2.9.0"
activityCompose = "1.10.1"
composeBom = "2024.04.01"
room = "2.6.1"
startup = "1.1.1"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -28,6 +29,7 @@ androidx-material3 = { group = "androidx.compose.material3", name = "material3"
androidx-room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }
androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
androidx-room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "room" }
androidx-startup-runtime = { group = "androidx.startup", name = "startup-runtime", version.ref = "startup" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }