From 4264ecc93317b11c6afed0afd3a04d4a9611f717 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 23 Mar 2023 17:08:52 +0100 Subject: [PATCH] Bumped dependencies, now side menu will be closed (if open) with back button press or back gesture --- app/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5995f3dcc..61fc0d523 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -196,7 +196,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.core:core-splashscreen:1.0.0' - implementation 'androidx.emoji2:emoji2:1.2.0' + implementation 'androidx.emoji2:emoji2:1.3.0' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.0' implementation 'androidx.media:media:1.6.0' implementation "androidx.security:security-crypto-ktx:1.1.0-alpha05" @@ -211,6 +211,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation "androidx.gridlayout:gridlayout:1.0.0" implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.drawerlayout:drawerlayout:1.2.0' // https://github.com/material-components/material-components-android/blob/master/LICENSE Apache v2.0 implementation 'com.google.android.material:material:1.8.0' @@ -227,7 +228,7 @@ dependencies { // https://github.com/Baseflow/PhotoView/blob/master/LICENSE Apache v2.0 implementation 'com.github.chrisbanes:PhotoView:2.3.0' - implementation platform('com.google.firebase:firebase-bom:31.1.1') + implementation platform('com.google.firebase:firebase-bom:31.2.3') if (crashlyticsAvailable) { debugImplementation 'com.google.firebase:firebase-crashlytics-ndk' releaseWithCrashlyticsImplementation 'com.google.firebase:firebase-crashlytics-ndk'