Stopover and Legs, ManeuverType

This commit is contained in:
Dimitris
2026-04-01 16:24:51 +02:00
parent 6838ad09c4
commit 52f8dec2e6
28 changed files with 208 additions and 281 deletions
+14 -10
View File
@@ -15,7 +15,7 @@ junitVersion = "1.3.0"
espressoCore = "3.7.0"
kotlinxSerializationJson = "1.10.0"
lifecycleRuntimeKtx = "2.10.0"
composeBom = "2026.03.00"
composeBom = "2026.03.01"
appcompat = "1.7.1"
material = "1.13.0"
carApp = "1.7.0"
@@ -26,27 +26,29 @@ mockitoKotlin = "6.3.0"
rules = "1.7.0"
runner = "1.7.0"
material3 = "1.4.0"
runtimeLivedata = "1.10.5"
foundation = "1.10.5"
runtimeLivedata = "1.10.6"
foundation = "1.10.6"
maplibre-compose = "0.12.1"
playServicesLocation = "21.3.0"
runtime = "1.10.5"
runtime = "1.10.6"
accompanist = "0.37.3"
uiVersion = "1.10.5"
uiText = "1.10.5"
uiVersion = "1.10.6"
uiText = "1.10.6"
navigationCompose = "2.9.7"
uiToolingPreview = "1.10.5"
uiTooling = "1.10.5"
uiToolingPreview = "1.10.6"
uiTooling = "1.10.6"
material3WindowSizeClass = "1.4.0"
uiGraphics = "1.10.5"
uiGraphics = "1.10.6"
window = "1.5.1"
foundationLayout = "1.10.5"
foundationLayout = "1.10.6"
datastorePreferences = "1.2.1"
datastoreCore = "1.2.1"
monitor = "1.8.0"
robolectric = "4.16.1"
truth = "1.4.5"
testCore = "1.7.0"
archCoreTesting = "2.2.0"
kotlinxCoroutinesTest = "1.10.1"
[libraries]
android-gpx-parser = { module = "com.github.ticofab:android-gpx-parser", version.ref = "androidGpxParser" }
@@ -98,6 +100,8 @@ androidx-monitor = { group = "androidx.test", name = "monitor", version.ref = "m
robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
google-truth = { module = "com.google.truth:truth", version.ref = "truth" }
androidx-test-core = { module = "androidx.test:core", version.ref = "testCore" }
androidx-arch-core-testing = { module = "androidx.arch.core:core-testing", version.ref = "archCoreTesting" }
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutinesTest" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }