This commit is contained in:
Dimitris
2026-03-15 17:18:02 +01:00
parent 619ceb9f83
commit 5198725879
46 changed files with 840 additions and 1326 deletions

View File

@@ -2,14 +2,14 @@
agp = "9.1.0"
androidGpxParser = "2.3.1"
androidSdkTurf = "6.0.1"
datastore = "1.2.0"
datastore = "1.2.1"
gradle = "9.1.0"
koinAndroid = "4.1.1"
koinAndroidxCompose = "4.1.1"
koinComposeViewmodel = "4.1.1"
koinCore = "4.1.1"
kotlin = "2.3.10"
coreKtx = "1.17.0"
coreKtx = "1.18.0"
junit = "4.13.2"
junitVersion = "1.3.0"
espressoCore = "3.7.0"
@@ -21,35 +21,35 @@ material = "1.13.0"
carApp = "1.7.0"
androidx-car = "1.7.0"
materialIconsExtended = "1.7.8"
mockitoCore = "5.22.0"
mockitoCore = "5.23.0"
mockitoKotlin = "6.2.3"
rules = "1.7.0"
runner = "1.7.0"
material3 = "1.4.0"
runtimeLivedata = "1.10.4"
foundation = "1.10.4"
runtimeLivedata = "1.10.5"
foundation = "1.10.5"
maplibre-compose = "0.12.1"
playServicesLocation = "21.3.0"
runtime = "1.10.4"
runtime = "1.10.5"
accompanist = "0.37.3"
uiVersion = "1.10.4"
uiText = "1.10.4"
uiVersion = "1.10.5"
uiText = "1.10.5"
navigationCompose = "2.9.7"
uiToolingPreview = "1.10.4"
uiTooling = "1.10.4"
uiToolingPreview = "1.10.5"
uiTooling = "1.10.5"
material3WindowSizeClass = "1.4.0"
uiGraphics = "1.10.4"
uiGraphics = "1.10.5"
window = "1.5.1"
foundationLayout = "1.10.4"
datastorePreferences = "1.2.0"
datastoreCore = "1.2.0"
foundationLayout = "1.10.5"
datastorePreferences = "1.2.1"
datastoreCore = "1.2.1"
monitor = "1.8.0"
[libraries]
android-gpx-parser = { module = "com.github.ticofab:android-gpx-parser", version.ref = "androidGpxParser" }
android-sdk-turf = { module = "org.maplibre.gl:android-sdk-turf", version.ref = "androidSdkTurf" }
androidx-app-projected = { module = "androidx.car.app:app-projected" }
androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "materialIconsExtended" }
#androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "materialIconsExtended" }
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
androidx-datastore = { module = "androidx.datastore:datastore", version.ref = "datastore" }
androidx-rules = { module = "androidx.test:rules", version.ref = "rules" }