chore: bump deps

This commit is contained in:
Zane Schepke
2025-12-17 23:19:55 -05:00
parent 3ffc8c5e39
commit 5310cf17e6
2 changed files with 6 additions and 6 deletions
@@ -46,7 +46,7 @@ fun LanguageScreen() {
remember(appState.locale, sortedLocales) {
if (appState.locale == LocaleUtil.OPTION_PHONE_LANGUAGE) 0
else {
val selectedLocale = Locale.forLanguageTag(appState.locale)
val selectedLocale = java.util.Locale.forLanguageTag(appState.locale)
sortedLocales.indexOfFirst {
it.toLanguageTag() == selectedLocale.toLanguageTag()
} + 1
+5 -5
View File
@@ -1,6 +1,6 @@
[versions]
accompanist = "0.37.3"
activityCompose = "1.12.1"
activityCompose = "1.12.2"
amneziawgAndroid = "2.3.2"
androidx-junit = "1.3.0"
icmp4a = "1.0.0"
@@ -22,7 +22,7 @@ junit = "4.13.2"
kotlinx-serialization-json = "1.9.0"
ktorClientCore = "3.3.3"
lifecycle-runtime-compose = "2.10.0"
material3 = "1.5.0-alpha10"
material3 = "1.5.0-alpha11"
pinLockCompose = "1.0.5"
qrose = "1.0.1"
roomVersion = "2.8.4"
@@ -31,9 +31,9 @@ slf4jAndroid = "1.7.36"
timber = "5.0.1"
tunnel = "1.4.0"
androidGradlePlugin = "8.12.3"
kotlin = "2.2.21"
ksp = "2.3.1"
composeBom = "2025.12.00"
kotlin = "2.3.0"
ksp = "2.3.4"
composeBom = "2025.12.01"
compose = "1.10.0"
icons = "1.7.8"
workRuntimeKtxVersion = "2.11.0"