File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ object deps {
3232 const val recyclerView = " androidx.recyclerview:recyclerview:1.3.2"
3333 const val swipeRefreshLayout = " androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
3434 const val material = " com.google.android.material:material:1.12.0"
35- const val startup = " androidx.startup:startup-runtime:1.1.1 "
35+ const val startup = " androidx.startup:startup-runtime:1.2.0 "
3636 }
3737
3838 object lifecycle {
39- private const val version = " 2.8.5 "
39+ private const val version = " 2.8.6 "
4040
4141 const val viewModelKtx = " androidx.lifecycle:lifecycle-viewmodel-ktx:$version " // viewModelScope
4242 const val runtimeKtx = " androidx.lifecycle:lifecycle-runtime-ktx:$version " // lifecycleScope
@@ -70,7 +70,7 @@ object deps {
7070
7171 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 {
You can’t perform that action at this time.
0 commit comments