map improvements and GTFS vehicle tracking bases

This commit is contained in:
2026-09-02 22:09:06 +02:00
parent f0299e4371
commit a2c5f1aac3
9 changed files with 187 additions and 43 deletions
+2
View File
@@ -1,6 +1,7 @@
[versions]
agp = "9.0.0"
coreKtx = "1.10.1"
gtfsRealtimeBindings = "0.2.0"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
@@ -14,6 +15,7 @@ appcompat = "1.7.1"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
gtfs-realtime-bindings = { module = "org.mobilitydata:gtfs-realtime-bindings", version.ref = "gtfsRealtimeBindings" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }