From 27423a6ab5254d103648bd00e07ae63e207b025b Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 14 Jan 2023 16:21:16 +0100 Subject: Improve behavior --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 456658a0b..68926a269 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -142,7 +142,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.4' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' // debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1' - + implementation 'com.r0adkll:slidableactivity:2.1.0' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' } def getCurrentFlavor() { -- cgit v1.2.3