Commented out com.amitshekhar.android:debug-db

This commit is contained in:
CappielloAntonio 2021-04-20 17:47:06 +02:00
parent eedae2e864
commit 6ebd3c5ecf

View file

@ -83,5 +83,7 @@ dependencies {
testImplementation 'junit:junit:4.13.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'
// Database debugger via adb
// debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'
}