From b916cde2a7a47ac35bdba8fc8fd10c22cf428e4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 12:55:02 +0000 Subject: [PATCH] fix(deps): update androidx.activity to v1.8.0 --- 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 50729e0..57e036f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,7 @@ android-min = "24" android-target = "34" android-compile = "34" androidx-appcompat = "1.6.1" -androidx-activity = "1.7.2" +androidx-activity = "1.8.0" androidx-annotations = "1.7.0" androidx-compose-compiler = "1.5.3" androidx-core = "1.12.0"