From 1ad424ebc6f265c3905bc41cdf7a7c3daf4b3974 Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Mon, 30 Aug 2021 16:48:21 +0200 Subject: [PATCH] Removed comments of unused dependencies --- app/build.gradle | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3f08bbce..0493d0c6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,9 +50,6 @@ dependencies { // Android Material implementation 'com.google.android.material:material:1.4.0' - // Splashscreen - // implementation 'androidx.core:core-splashscreen:1.0.0-alpha01' - // SearchBar implementation "com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.3" implementation "com.arthurivanets.adapster:adapster:1.0.13" @@ -78,12 +75,6 @@ dependencies { annotationProcessor 'com.tickaroo.tikxml:processor:0.9.0_11-SNAPSHOT' implementation 'com.tickaroo.tikxml:converter-date-rfc3339:0.9.0_11-SNAPSHOT' - // Database debugger via adb - // debugImplementation 'com.amitshekhar.android:debug-db:1.0.6' - - // Square - Canary - // debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7' - // Crash Report debugImplementation 'com.balsikandar.android:crashreporter:1.1.0' } \ No newline at end of file