From 2291a2b9dbf44e63dbe2c26945fbf285cb3bd8e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:45:48 +0000 Subject: [PATCH] Update dependency androidx.activity:activity-compose to v1.9.3 | datasource | package | from | to | | ---------- | ---------------------------------- | ----- | ----- | | maven | androidx.activity:activity-compose | 1.9.2 | 1.9.3 | --- 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 9bff57c..9a47cda 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ compose-rules-detekt = "0.4.16" androidx-lifecycle = "2.8.6" androidx-annotation = "1.8.2" -androidx-activity = "1.9.2" +androidx-activity = "1.9.3" android-gradle = "8.7.1" coil = "3.0.0-alpha06"