Removed comments of unused dependencies

This commit is contained in:
CappielloAntonio 2021-08-30 16:48:21 +02:00
parent 6e715d58a3
commit 1ad424ebc6

View file

@ -50,9 +50,6 @@ dependencies {
// Android Material // Android Material
implementation 'com.google.android.material:material:1.4.0' implementation 'com.google.android.material:material:1.4.0'
// Splashscreen
// implementation 'androidx.core:core-splashscreen:1.0.0-alpha01'
// SearchBar // SearchBar
implementation "com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.3" implementation "com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.3"
implementation "com.arthurivanets.adapster:adapster:1.0.13" implementation "com.arthurivanets.adapster:adapster:1.0.13"
@ -78,12 +75,6 @@ dependencies {
annotationProcessor 'com.tickaroo.tikxml:processor:0.9.0_11-SNAPSHOT' annotationProcessor 'com.tickaroo.tikxml:processor:0.9.0_11-SNAPSHOT'
implementation 'com.tickaroo.tikxml:converter-date-rfc3339: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 // Crash Report
debugImplementation 'com.balsikandar.android:crashreporter:1.1.0' debugImplementation 'com.balsikandar.android:crashreporter:1.1.0'
} }