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