From 1eb8402a885d0121e9cdaf725c3af1e3d50ef5bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:35:26 +0000 Subject: [PATCH] Bump androidx-lifecycle from 2.8.1 to 2.8.2 Bumps `androidx-lifecycle` from 2.8.1 to 2.8.2. Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.8.1 to 2.8.2 Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.8.1 to 2.8.2 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 740f01b..5fac59a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ kotlin = "2.0.0" agp = "8.4.2" android-minSDK = "21" android-compileSDK = "34" -androidx-lifecycle = "2.8.1" +androidx-lifecycle = "2.8.2" androidx-navigation = "2.7.7" [libraries]