From 23f6ca94f684dd22c8f6062a045487e036a843c3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 31 Jan 2024 17:45:35 +0000 Subject: [PATCH] fix(deps): update dependency androidx.core:core-ktx to v1.13.0-alpha04 --- 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..761864f 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -32,7 +32,7 @@ kotlin { dependencies { api("androidx.activity:activity-compose:1.8.0") api("androidx.appcompat:appcompat:1.6.1") - api("androidx.core:core-ktx:1.12.0") + api("androidx.core:core-ktx:1.13.0-alpha04") } } val iosX64Main by getting