@@ -11,25 +11,26 @@ android-minSdk = "21"
1111android-targetSdk = " 31"
1212
1313# AndroidX / Jetpack
14- androidx-activity = " 1.6.0-rc01 "
15- androidx-core = " 1.7 .0"
14+ androidx-activity = " 1.6.0"
15+ androidx-core = " 1.9 .0"
1616androidx-datastore = " 1.0.0"
17- androidx-lifecycle = " 2.4 .1"
17+ androidx-lifecycle = " 2.5 .1"
1818androidx-preference = " 1.2.0"
1919
2020# Other dependencies
21- accompanist = " 0.23.0 "
22- compose = " 1.2.1 "
23- composeCompiler = " 1.3.0 "
21+ accompanist = " 0.26.5-rc "
22+ compose = " 1.3.0-rc01 "
23+ composeCompiler = " 1.3.2 "
2424composePreferences = " 0.1.5-3"
25- coroutines = " 1.6.0 "
25+ coroutines = " 1.6.4 "
2626fsaf = " v1.1.3"
27- koin = " 3.2.0"
28- kotlin = " 1.7.10"
27+ koin = " 3.2.2"
28+ koin-compose = " 3.2.1"
29+ kotlin = " 1.7.20"
2930linkifyText = " 0a45dbcf9b"
3031okio = " 3.2.0"
3132richtext = " 0.14.1"
32- sqldelight = " 1.5.3 "
33+ sqldelight = " 1.5.4 "
3334versionsPlugin = " 0.42.0"
3435
3536# #################################################################################################################################
@@ -50,7 +51,7 @@ androidx-preference = { module = "androidx.preference:preference-ktx", version.r
5051# Compose
5152compose-activity = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activity" }
5253compose-foundation = { module = " androidx.compose.foundation:foundation" , version.ref = " compose" }
53- compose-koin = { module = " io.insert-koin:koin-androidx-compose" , version.ref = " koin" }
54+ compose-koin = { module = " io.insert-koin:koin-androidx-compose" , version.ref = " koin-compose " }
5455compose-material = { module = " androidx.compose.material:material" , version.ref = " compose" }
5556compose-material-icons = { module = " androidx.compose.material:material-icons-extended" , version.ref = " compose" }
5657compose-ui = { module = " androidx.compose.ui:ui" , version.ref = " compose" }
0 commit comments