Skip to content

Commit 13d0011

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ---------- | ------------------------------------ | ----- | ------ | | maven | io.github.hoc081098:FlowExt | 0.7.1 | 0.7.2 | | maven | com.google.android.material:material | 1.9.0 | 1.10.0 |
1 parent c6673fa commit 13d0011

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
@@ -31,7 +31,7 @@ object deps {
3131
const val constraintLayout = "androidx.constraintlayout:constraintlayout:2.1.4"
3232
const val recyclerView = "androidx.recyclerview:recyclerview:1.3.1"
3333
const val swipeRefreshLayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
34-
const val material = "com.google.android.material:material:1.9.0"
34+
const val material = "com.google.android.material:material:1.10.0"
3535
const val startup = "androidx.startup:startup-runtime:1.1.1"
3636
}
3737

@@ -70,7 +70,7 @@ object deps {
7070

7171
const val coil = "io.coil-kt:coil:2.4.0"
7272
const val viewBindingDelegate = "com.github.hoc081098:ViewBindingDelegate:1.4.0"
73-
const val flowExt = "io.github.hoc081098:FlowExt:0.7.1"
73+
const val flowExt = "io.github.hoc081098:FlowExt:0.7.2"
7474
const val timber = "com.jakewharton.timber:timber:5.0.1"
7575

7676
object arrow {

0 commit comments

Comments
 (0)