From eca11d30a4c6e25138d9371206edac46b6e976b2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Feb 2024 14:47:49 +0000 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-compose to v1.9.0-alpha02 --- shared/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index ce8cba2..76d864c 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -30,7 +30,7 @@ kotlin { } val androidMain by getting { dependencies { - api("androidx.activity:activity-compose:1.8.0") + api("androidx.activity:activity-compose:1.9.0-alpha02") api("androidx.appcompat:appcompat:1.6.1") api("androidx.core:core-ktx:1.12.0") } -- 2.39.5 (Apple Git-154)