From 3a5b879a763ad8676dc369b86c8ec37b73c85f62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:36:23 +0000 Subject: [PATCH] Update dependency androidx.activity:activity-compose to v1.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 b3372d884..da34ddde0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ sqldelight = "2.0.2" android-desugarJdkLibs = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.2" } android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "8.7.0" } android-material = { module = "com.google.android.material:material", version = "1.12.0" } -androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.2" } +androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.3" } androidx-annotation = { module = "androidx.annotation:annotation", version = "1.8.2" } androidx-appCompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" } androidx-compose-material = { module = "androidx.compose.material:material", version.ref = "androidx-compose" }