summaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-01-14 16:21:16 +0100
committerThomas <tschneider.ac@gmail.com>2023-01-14 16:21:16 +0100
commit27423a6ab5254d103648bd00e07ae63e207b025b (patch)
treeffcc689f5f3ebfa2ce488baa75d0e70cb27b2ad9 /app/build.gradle
parenta5d1e8efe006113612fc53b3b230fb5d8964d511 (diff)
Improve behavior
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
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() {