From b3654a00a3547ce5c287df3b766e3fff86bbefc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:04:38 +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 d30cdca05..2716ccc70 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'