This commit is contained in:
Dimitris
2026-04-24 12:24:53 +02:00
parent 0fa625d785
commit 17e68de017
18 changed files with 242 additions and 205 deletions
+18 -18
View File
@@ -1,13 +1,13 @@
[versions]
agp = "9.1.1"
agp = "9.2.0"
androidGpxParser = "2.3.1"
androidSdkTurf = "6.0.1"
datastore = "1.2.1"
gradle = "9.1.1"
koinAndroid = "4.2.0"
koinAndroidxCompose = "4.2.0"
koinComposeViewmodel = "4.2.0"
koinCore = "4.2.0"
gradle = "9.2.0"
koinAndroid = "4.2.1"
koinAndroidxCompose = "4.2.1"
koinComposeViewmodel = "4.2.1"
koinCore = "4.2.1"
kotlin = "2.3.20"
coreKtx = "1.18.0"
junit = "4.13.2"
@@ -15,7 +15,7 @@ junitVersion = "1.3.0"
espressoCore = "3.7.0"
kotlinxSerializationJson = "1.10.0"
lifecycleRuntimeKtx = "2.10.0"
composeBom = "2026.03.01"
composeBom = "2026.04.01"
appcompat = "1.7.1"
material = "1.13.0"
carApp = "1.7.0"
@@ -26,21 +26,21 @@ mockitoKotlin = "6.3.0"
rules = "1.7.0"
runner = "1.7.0"
material3 = "1.4.0"
runtimeLivedata = "1.10.6"
foundation = "1.10.6"
runtimeLivedata = "1.11.0"
foundation = "1.11.0"
maplibre-compose = "0.12.1"
playServicesLocation = "21.3.0"
runtime = "1.10.6"
runtime = "1.11.0"
accompanist = "0.37.3"
uiVersion = "1.10.6"
uiText = "1.10.6"
navigationCompose = "2.9.7"
uiToolingPreview = "1.10.6"
uiTooling = "1.10.6"
uiVersion = "1.11.0"
uiText = "1.11.0"
navigationCompose = "2.9.8"
uiToolingPreview = "1.11.0"
uiTooling = "1.11.0"
material3WindowSizeClass = "1.4.0"
uiGraphics = "1.10.6"
uiGraphics = "1.11.0"
window = "1.5.1"
foundationLayout = "1.10.6"
foundationLayout = "1.11.0"
datastorePreferences = "1.2.1"
datastoreCore = "1.2.1"
monitor = "1.8.0"
@@ -48,7 +48,7 @@ robolectric = "4.16.1"
truth = "1.4.5"
testCore = "1.7.0"
archCoreTesting = "2.2.0"
kotlinxCoroutinesTest = "1.10.1"
kotlinxCoroutinesTest = "1.10.2"
[libraries]
android-gpx-parser = { module = "com.github.ticofab:android-gpx-parser", version.ref = "androidGpxParser" }