From b4f621b14cfb1e1375a1870ffe2e057ffde89e47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:16:15 +0000 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-compose to v1.10.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 071ab4fd..bffd63fb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ workmanager = "2.10.0" [libraries] aboutLibraries-m3 = { module = "com.mikepenz:aboutlibraries-compose-m3", version.ref = "aboutLibraries" } android-security-lints = "com.android.security.lint:lint:1.0.3" -androidx-activity-compose = "androidx.activity:activity-compose:1.10.0-rc01" +androidx-activity-compose = "androidx.activity:activity-compose:1.10.0" androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmark" } androidx-browser = "androidx.browser:browser:1.8.0" androidx-compose-animation = { module = "androidx.compose.animation:animation" }