From 6da27cbee5ae33d19f7db79bc0308bd732b153c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 03:29:28 -0500 Subject: [PATCH] Update dependency androidx.lifecycle:lifecycle-common to v2.8.7 (#2498) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0d03c67c4..72a14b0f5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ androidx-cursorAdapter = { module = 'androidx.cursoradapter:cursoradapter', vers androidx-exifInterface = { module = 'androidx.exifinterface:exifinterface', version = '1.3.7' } androidx-fragment = { module = 'androidx.fragment:fragment', version = '1.8.1' } androidx-junit = { module = 'androidx.test.ext:junit', version = '1.1.5' } -androidx-lifecycle = { module = 'androidx.lifecycle:lifecycle-common', version = '2.8.2' } +androidx-lifecycle = { module = 'androidx.lifecycle:lifecycle-common', version = '2.8.7' } androidx-startup = { module = 'androidx.startup:startup-runtime', version = '1.1.1' } androidx-testRunner = { module = 'androidx.test:runner', version = '1.5.2' }