Skip to content

Commit

Permalink
fix(deps): update all dependencies (#234)
Browse files Browse the repository at this point in the history
* 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          |

* Update buildSrc/src/main/kotlin/deps.kt

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Petrus Nguyễn Thái Học <[email protected]>
  • Loading branch information
renovate[bot] and hoc081098 authored Sep 19, 2024
1 parent 368436f commit 8bc4c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ object deps {
const val recyclerView = "androidx.recyclerview:recyclerview:1.3.2"
const val swipeRefreshLayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
const val material = "com.google.android.material:material:1.12.0"
const val startup = "androidx.startup:startup-runtime:1.1.1"
const val startup = "androidx.startup:startup-runtime:1.2.0"
}

object lifecycle {
private const val version = "2.8.5"
private const val version = "2.8.6"

const val viewModelKtx = "androidx.lifecycle:lifecycle-viewmodel-ktx:$version" // viewModelScope
const val runtimeKtx = "androidx.lifecycle:lifecycle-runtime-ktx:$version" // lifecycleScope
Expand Down

0 comments on commit 8bc4c2a

Please sign in to comment.