Update dependencies

This commit is contained in:
Rafał Kobyłko 2024-02-14 09:33:03 +01:00
parent a400548bce
commit 47bb012a28

View File

@ -1,14 +1,14 @@
[versions]
accompanist = "0.33.2-alpha"
agp = "8.3.0-beta02"
agp = "8.3.0-rc02"
cameraX = "1.3.1"
coil = "2.5.0"
commonmark = "0.21.0"
compose = "1.6.0-beta03"
compose = "1.6.1"
composeActivity = "1.8.2"
composeCompiler = "1.5.7"
composeCompiler = "1.5.9"
core = "1.12.0"
firebase = "32.7.0"
firebase = "32.7.2"
glance = "1.0.0"
junit = "4.13.2"
koin = "3.5.3"
@ -16,9 +16,9 @@ koinAndroid = "3.5.3"
kotlin = "1.9.21"
kotlinCoroutines = "1.7.3"
kotlinKsp = "1.9.21-1.0.16"
ktor = "2.3.4"
lifecycle = "2.7.0-rc02"
material3 = "1.2.0-beta01"
ktor = "2.3.7"
lifecycle = "2.7.0"
material3 = "1.2.0"
room = "2.6.1"
[libraries]
@ -44,7 +44,7 @@ composeActivity = { module = "androidx.activity:activity-compose", version.ref =
composeAnimation = { module = "androidx.compose.animation:animation", version.ref = "compose" }
composeCompiler = { module = "androidx.compose.compiler:compiler", version.ref = "composeCompiler" }
composeMaterial2 = { module = "androidx.compose.material:material", version.ref = "compose" }
composeNavigation = "androidx.navigation:navigation-compose:2.7.6"
composeNavigation = "androidx.navigation:navigation-compose:2.7.7"
composeUi = { module = "androidx.compose.ui:ui", version.ref = "compose" }
composeUiTooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
composeUiUtil = { module = "androidx.compose.ui:ui-util", version.ref = "compose" }
@ -99,7 +99,7 @@ securityCrypto = "androidx.security:security-crypto:1.1.0-alpha06"
sharedPrefs = "androidx.preference:preference-ktx:1.2.1"
sqlCipher = "net.zetetic:android-database-sqlcipher:4.5.4"
timber = "com.jakewharton.timber:timber:5.0.1"
webkit = "androidx.webkit:webkit:1.9.0"
webkit = "androidx.webkit:webkit:1.10.0"
workManager = "androidx.work:work-runtime-ktx:2.9.0"
[bundles]