Skip to content

Commit e561426

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ---------- | ------------------------------------------ | -------- | -------------- | | maven | io.github.hoc081098:FlowExt | 1.0.0-RC | 1.0.0-SNAPSHOT | | maven | androidx.lifecycle:lifecycle-common-java8 | 2.8.4 | 2.8.5 | | maven | androidx.lifecycle:lifecycle-runtime-ktx | 2.8.4 | 2.8.5 | | maven | androidx.lifecycle:lifecycle-viewmodel-ktx | 2.8.4 | 2.8.5 |
1 parent 4cf00eb commit e561426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object deps {
3636
}
3737

3838
object lifecycle {
39-
private const val version = "2.8.4"
39+
private const val version = "2.8.5"
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 {

0 commit comments

Comments
 (0)