From 4fa69938916f518ee888917ab88fae8e1adf0e94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:26:34 +0000 Subject: [PATCH] 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.5 | 2.8.6 | | maven | androidx.lifecycle:lifecycle-runtime-ktx | 2.8.5 | 2.8.6 | | maven | androidx.lifecycle:lifecycle-viewmodel-ktx | 2.8.5 | 2.8.6 | | maven | androidx.startup:startup-runtime | 1.1.1 | 1.2.0 | --- buildSrc/src/main/kotlin/deps.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/deps.kt b/buildSrc/src/main/kotlin/deps.kt index d588bc7c..9d1ed585 100644 --- a/buildSrc/src/main/kotlin/deps.kt +++ b/buildSrc/src/main/kotlin/deps.kt @@ -70,7 +70,7 @@ object deps { const val coil = "io.coil-kt:coil:2.7.0" const val viewBindingDelegate = "com.github.hoc081098:ViewBindingDelegate:1.4.0" - const val flowExt = "io.github.hoc081098:FlowExt:1.0.0-RC" + const val flowExt = "io.github.hoc081098:FlowExt:1.0.0-SNAPSHOT" const val timber = "com.jakewharton.timber:timber:5.0.1" object arrow {