From f1e2ecd18e41c8bdd1861f9d793b6c0b39a50d22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:13:42 +0000 Subject: [PATCH] fix(deps): 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 a1ac007..ddf9a05 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ android-compileSdk = "34" android-minSdk = "24" android-targetSdk = "34" mvvmate-version = "0.0.3" -androidx-activityCompose = "1.9.1" +androidx-activityCompose = "1.9.3" androidx-appcompat = "1.7.0" androidx-constraintlayout = "2.1.4" androidx-core-ktx = "1.13.1"