Update libraries

This commit is contained in:
MM20
2025-11-30 14:47:57 +01:00
parent c12c35164a
commit 28fe68ed8d

View File

@@ -19,26 +19,26 @@ kotlinx-serialization = "1.9.0"
jetbrains-markdown = "0.7.3"
androidx-compose = "1.10.0-beta02"
androidx-compose-material3 = "1.5.0-alpha08"
androidx-compose-material3adaptive = "1.3.0-alpha03"
androidx-lifecycle = "2.9.4"
androidx-compose = "1.10.0-rc01"
androidx-compose-material3 = "1.5.0-alpha09"
androidx-compose-material3adaptive = "1.3.0-alpha04"
androidx-lifecycle = "2.10.0"
androidx-core = "1.17.0"
androidx-appcompat = "1.7.1"
androidx-activity = "1.11.0"
androidx-navigation3 = "1.0.0-rc01"
androidx-activity = "1.12.0"
androidx-navigation3 = "1.0.0"
# Careful, 2.10.0 seems to require some fixes, or jobs aren't executed
androidx-work = "2.9.0"
androidx-browser = "1.9.0"
androidx-palette = "1.0.0"
androidx-media2 = "1.3.0"
androidx-room = "2.8.3"
androidx-room = "2.8.4"
androidx-constraint-layout = "1.1.1"
androidx-emojipicker = "1.6.0"
accompanist = "0.36.0"
haze = "1.6.10"
haze = "1.7.0"
coil = "2.7.0"
koin = "4.1.1"
ktor = "3.3.2"
@@ -46,7 +46,7 @@ junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
osmOpeningHours = "0.3.0"
osmOpeningHours = "0.4.0"
[libraries]
mustache-compiler = { module = "com.github.spullara.mustache.java:compiler", version.ref = "mustache" }