From 29de96195b3e0f7b037cffb259c8e7d06a4843cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 15:13:28 +0000 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-compose to v1.10.1 --- sampleapp/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sampleapp/build.gradle.kts b/sampleapp/build.gradle.kts index ef35830e..13e282e7 100644 --- a/sampleapp/build.gradle.kts +++ b/sampleapp/build.gradle.kts @@ -53,7 +53,7 @@ dependencies { implementation(project(":android")) implementation("androidx.core:core-ktx:1.7.0") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1") - implementation("androidx.activity:activity-compose:1.3.0") + implementation("androidx.activity:activity-compose:1.10.1") implementation(platform("androidx.compose:compose-bom:2022.10.00")) implementation("androidx.compose.ui:ui") implementation("androidx.compose.ui:ui-graphics")