From 677b02691874ab09616a7745bf88a45e232c605f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 18:47:50 +0000 Subject: [PATCH] chore(deps): update androidx.core:core-ktx to v1.13.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6817b9f66..8f6b7af00 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -151,7 +151,7 @@ dependencies { implementation "androidx.appcompat:appcompat-resources:$appcompat_version" implementation "androidx.emoji2:emoji2-emojipicker:1.4.0" - implementation 'androidx.core:core-ktx:1.13.0' + implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.fragment:fragment-ktx:1.6.2' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.3.0'