From 53fb3ee3d609114dc0fe5b60e43c7ea3d5d4e4a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 09:53:36 +0000 Subject: [PATCH] chore(deps): update androidx.core:core-ktx to v1.15.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3fb2f14a9..c5964b35a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -148,7 +148,7 @@ dependencies { implementation "androidx.appcompat:appcompat-resources:$appcompat_version" implementation "androidx.emoji2:emoji2-emojipicker:1.5.0" - implementation 'androidx.core:core-ktx:1.13.1' + implementation 'androidx.core:core-ktx:1.15.0' implementation 'androidx.core:core-location-altitude:1.0.0-alpha03' implementation 'androidx.fragment:fragment-ktx:1.8.5' implementation 'androidx.cardview:cardview:1.0.0'