@@ -26,7 +26,7 @@ object appConfig {
2626
2727object deps {
2828 object androidx {
29- const val appCompat = " androidx.appcompat:appcompat:1.6.1 "
29+ const val appCompat = " androidx.appcompat:appcompat:1.7.0 "
3030 const val coreKtx = " androidx.core:core-ktx:1.13.1"
3131 const val constraintLayout = " androidx.constraintlayout:constraintlayout:2.1.4"
3232 const val recyclerView = " androidx.recyclerview:recyclerview:1.3.2"
@@ -36,7 +36,7 @@ object deps {
3636 }
3737
3838 object lifecycle {
39- private const val version = " 2.8.0 "
39+ private const val version = " 2.8.3 "
4040
4141 const val viewModelKtx = " androidx.lifecycle:lifecycle-viewmodel-ktx:$version " // viewModelScope
4242 const val runtimeKtx = " androidx.lifecycle:lifecycle-runtime-ktx:$version " // lifecycleScope
@@ -68,9 +68,9 @@ object deps {
6868 const val test = " io.insert-koin:koin-test:$version "
6969 }
7070
71- const val coil = " io.coil-kt:coil:2.6 .0"
71+ const val coil = " io.coil-kt:coil:2.7 .0"
7272 const val viewBindingDelegate = " com.github.hoc081098:ViewBindingDelegate:1.4.0"
73- const val flowExt = " io.github.hoc081098:FlowExt:1.0.0-RC "
73+ const val flowExt = " io.github.hoc081098:FlowExt:1.0.0-SNAPSHOT "
7474 const val timber = " com.jakewharton.timber:timber:5.0.1"
7575
7676 object arrow {
@@ -82,15 +82,15 @@ object deps {
8282 const val junit = " junit:junit:4.13.2"
8383
8484 object androidx {
85- const val core = " androidx.test:core-ktx:1.5.0 "
86- const val junit = " androidx.test.ext:junit-ktx:1.1.5 "
85+ const val core = " androidx.test:core-ktx:1.6.1 "
86+ const val junit = " androidx.test.ext:junit-ktx:1.2.1 "
8787
8888 object espresso {
89- const val core = " androidx.test.espresso:espresso-core:3.5 .1"
89+ const val core = " androidx.test.espresso:espresso-core:3.6 .1"
9090 }
9191 }
9292
93- const val mockk = " io.mockk:mockk:1.13.10 "
93+ const val mockk = " io.mockk:mockk:1.13.12 "
9494 const val kotlinJUnit = " org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion "
9595 }
9696}
0 commit comments