build: update to latest commons

This commit is contained in:
FunkyMuse 2023-10-09 15:50:55 +02:00
parent 88389e22cd
commit 385ca47c91
2 changed files with 1 additions and 3 deletions

View File

@ -15,6 +15,4 @@ class Config(context: Context) : BaseConfig(context) {
set(hideLauncherIcon) = prefs.edit().putBoolean(HIDE_LAUNCHER_ICON, hideLauncherIcon).apply()
val hideLauncherIconFlow: Flow<Boolean> = ::hideLauncherIcon.asFlowNonNull()
val wasUseEnglishToggledFlow: Flow<Boolean> = ::wasUseEnglishToggled.asFlowNonNull()
val useEnglishFlow: Flow<Boolean> = ::useEnglish.asFlowNonNull()
}

View File

@ -2,7 +2,7 @@
#jetbrains
kotlin = "1.9.10"
#Simple tools
simple-commons = "31af0c48e0"
simple-commons = "9e60e24790"
#Compose
composeActivity = "1.8.0"
compose = "1.6.0-alpha07"