File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ object deps {
36
36
}
37
37
38
38
object lifecycle {
39
- private const val version = " 2.8.4 "
39
+ private const val version = " 2.8.5 "
40
40
41
41
const val viewModelKtx = " androidx.lifecycle:lifecycle-viewmodel-ktx:$version " // viewModelScope
42
42
const val runtimeKtx = " androidx.lifecycle:lifecycle-runtime-ktx:$version " // lifecycleScope
@@ -70,7 +70,7 @@ object deps {
70
70
71
71
const val coil = " io.coil-kt:coil:2.7.0"
72
72
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 "
74
74
const val timber = " com.jakewharton.timber:timber:5.0.1"
75
75
76
76
object arrow {
You can’t perform that action at this time.
0 commit comments