Removed unused dependency

This commit is contained in:
CappielloAntonio 2021-07-21 17:05:02 +02:00
parent 18227f0aa3
commit 8a82cd1a4a

View file

@ -65,9 +65,6 @@ dependencies {
implementation "com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.3"
implementation "com.arthurivanets.adapster:adapster:1.0.13"
// Permission
implementation 'pub.devrel:easypermissions:3.0.0'
// Glide
implementation 'com.github.bumptech.glide:glide:4.12.0'
implementation 'com.github.bumptech.glide:annotations:4.12.0'
@ -76,7 +73,6 @@ dependencies {
// Exoplayer
implementation 'com.google.android.exoplayer:exoplayer:2.12.2'
// implementation 'com.google.android.exoplayer:exoplayer:2.14.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
annotationProcessor "androidx.room:room-compiler:2.3.0"