Release GPS2Audio v2.5.44 POI category fix

This commit is contained in:
Perplexity Computer
2026-05-30 05:42:44 +00:00
parent 18ea77b21d
commit 014e6c1bf1
100 changed files with 28584 additions and 1083 deletions
+8
View File
@@ -13,6 +13,12 @@ navigationCompose = "2.8.2"
osmdroid = "6.1.20"
ksp = "2.0.21-1.0.25"
media3 = "1.4.1"
splashscreen = "1.0.1"
# MapLibre Native Android SDK — wird in v2.2.2 als Abhängigkeit eingezogen,
# damit künftige Schritte (Vektor-Tiles, 3D-Extrusions, Style-Layer) ohne
# weitere Gradle-Änderung zugänglich sind. Das aktive Rendering läuft in
# v2.2.2 weiterhin über osmdroid (Raster), siehe ExplorerScreen.kt.
maplibre = "11.5.0"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -33,8 +39,10 @@ kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-
kotlinx-coroutines-play-services = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-play-services", version.ref = "coroutines" }
play-services-location = { group = "com.google.android.gms", name = "play-services-location", version.ref = "locationServices" }
osmdroid = { group = "org.osmdroid", name = "osmdroid-android", version.ref = "osmdroid" }
maplibre-android-sdk = { group = "org.maplibre.gl", name = "android-sdk", version.ref = "maplibre" }
media3-exoplayer = { group = "androidx.media3", name = "media3-exoplayer", version.ref = "media3" }
media3-common = { group = "androidx.media3", name = "media3-common", version.ref = "media3" }
androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "splashscreen" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }