From d14a62730a17e1f2625c5d5b4c9f02f9483a17b9 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 11 May 2023 10:43:38 +0200 Subject: [PATCH] Bumped dependencies --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e754a8f6b..767676097 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -198,10 +198,10 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.core:core-ktx:1.10.0' + implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.core:core-splashscreen:1.0.1' - implementation 'androidx.emoji2:emoji2:1.4.0-beta02' - implementation 'androidx.emoji2:emoji2-emojipicker:1.4.0-beta02' + implementation 'androidx.emoji2:emoji2:1.4.0-beta03' + implementation 'androidx.emoji2:emoji2-emojipicker:1.4.0-beta03' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1' implementation 'androidx.media:media:1.6.0' implementation "androidx.security:security-crypto-ktx:1.1.0-alpha06"