From 159444bbb5e73fc1326b6f035980deb51be1df3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 22:37:57 +0100 Subject: [PATCH] fix(deps): update androidx.activity to v1.8.2 (#576) 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 56d15023..f5b7f1dc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] aboutlibraries = "10.9.2" android-plugin = "8.2.0" -androidx-activity = "1.8.1" +androidx-activity = "1.8.2" androidx-appcompat = "1.6.1" androidx-compose-material3 = "1.2.0-alpha09" androidx-compose-ui = "1.6.0-alpha07"