Add databases debug dependency

This commit is contained in:
jacques 2020-09-30 17:55:52 +02:00
parent d6075e76e3
commit bdf57c3819

View file

@ -50,10 +50,12 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'com.google.android.material:material:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.journeyapps:zxing-android-embedded:4.1.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation "com.android.support:support-compat:28.0.0"
debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'
}