From 83852c33d32b32a43138cb53a30ec4bf538b5162 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 Oct 2023 16:02:48 +0000 Subject: [PATCH] fix(deps): update dependency androidx.core:core-ktx to v1.12.0 --- 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 a8f09de..ce8cba2 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.10.1") + api("androidx.core:core-ktx:1.12.0") } } val iosX64Main by getting