From 2a64eff329a3cb5611cd9ae337a510183b664813 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 7 Feb 2024 21:12:55 +0000 Subject: [PATCH] fix(deps): update dependency androidx.core:core-ktx to v1.13.0-alpha05 --- 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..4c15eea 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-alpha05") } } val iosX64Main by getting