Skip to content

Commit

Permalink
Update androidx.lifecycle to v2.8.0 (#691)
Browse files Browse the repository at this point in the history
* Update androidx.lifecycle to v2.8.0

* Update libs.versions.toml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Ittner <[email protected]>
  • Loading branch information
renovate[bot] and gabrielittner authored May 15, 2024
1 parent 81f78c2 commit 2bfff4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ androidx-annotation = "1.8.0"
androidx-appcompat = "1.6.1"
androidx-constraintlayout = "2.1.4"
androidx-core = "1.13.1"
androidx-lifecycle = "2.7.0"
androidx-lifecycle = "2.8.0"
androidx-fragment = "1.5.2"
androidx-recyclerview = "1.3.2"

Expand Down Expand Up @@ -68,7 +68,7 @@ androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayo
androidx-core = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
androidx-lifecycle = { module = "androidx.lifecycle:lifecycle-common", version.ref = "androidx-lifecycle" }
androidx-livedata = { module = "androidx.lifecycle:lifecycle-livedata-core", version.ref = "androidx-lifecycle" }
androidx-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" }
androidx-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel", version.ref = "androidx-lifecycle" }
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "androidx-recyclerview" }

material = { module = "com.google.android.material:material", version.ref = "material" }
Expand Down

0 comments on commit 2bfff4e

Please sign in to comment.