Implemented 'com.melegy.redscreenofdeath

This commit is contained in:
CappielloAntonio 2021-04-22 18:05:20 +02:00
parent 8e2596fa20
commit a871d37781
6 changed files with 39 additions and 34 deletions

View file

@ -85,8 +85,11 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
// Database debugger via adb
// debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'
debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'
// Square - Canary
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
// Red screen of death
debugImplementation 'com.melegy.redscreenofdeath:red-screen-of-death:0.1.2'
}