From 5d71ec6237a8e36a6e1915c5f8f50d38fea0dc82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 01:59:12 +0000 Subject: [PATCH] Update androidxLifecycle to v2.8.4 --- 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 46f2b75..c3c7676 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ androidGradlePlugin = "8.5.0" kotlin = "2.0.0" androidxCore = "1.13.1" androidxConcurrentFutures = "1.2.0" -androidxLifecycle = "2.8.2" +androidxLifecycle = "2.8.4" androidxAppCompat = "1.7.0" androidxNavigation = "2.7.7" androidxCameraX = "1.3.4"