Removed another unused dependency

This commit is contained in:
Sylvain Berfini 2019-05-06 17:34:29 +02:00
parent 1461a42175
commit d07d039c53

View file

@ -152,7 +152,6 @@ dependencies {
if (firebaseEnabled()) { if (firebaseEnabled()) {
implementation 'com.google.firebase:firebase-messaging:17.5.0' implementation 'com.google.firebase:firebase-messaging:17.5.0'
} }
implementation 'org.apache.commons:commons-compress:1.18'
implementation 'androidx.recyclerview:recyclerview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.android:flexbox:1.1.0' implementation 'com.google.android:flexbox:1.1.0'