We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d86635 commit ab70624Copy full SHA for ab70624
buildSrc/src/main/kotlin/deps.kt
@@ -69,7 +69,7 @@ object deps {
69
70
const val coil = "io.coil-kt:coil:1.2.1"
71
const val viewBindingDelegate = "com.github.hoc081098:ViewBindingDelegate:1.2.0"
72
- const val flowExt = "io.github.hoc081098:FlowExt:0.0.7-SNAPSHOT"
+ const val flowExt = "io.github.hoc081098:FlowExt:0.1.0"
73
const val timber = "com.jakewharton.timber:timber:5.0.1"
74
75
object arrow {
0 commit comments