Skip to content

Commit 8bc4c2a

Browse files
fix(deps): update all dependencies (#234)
* 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]>
1 parent 368436f commit 8bc4c2a

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
@@ -32,11 +32,11 @@ object deps {
3232
const val recyclerView = "androidx.recyclerview:recyclerview:1.3.2"
3333
const val swipeRefreshLayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
3434
const val material = "com.google.android.material:material:1.12.0"
35-
const val startup = "androidx.startup:startup-runtime:1.1.1"
35+
const val startup = "androidx.startup:startup-runtime:1.2.0"
3636
}
3737

3838
object lifecycle {
39-
private const val version = "2.8.5"
39+
private const val version = "2.8.6"
4040

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

0 commit comments

Comments
 (0)