diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c562bd01..bdf34fe1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" @@ -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" }