Delete unused dependencies

This commit is contained in:
CappielloAntonio 2021-08-07 15:44:12 +02:00
parent 61b3e413c9
commit 4e269a7446
2 changed files with 0 additions and 9 deletions

View file

@ -55,9 +55,6 @@ dependencies {
// Splashscreen
implementation 'androidx.core:core-splashscreen:1.0.0-alpha01'
// VolleyRequest
implementation 'com.android.volley:volley:1.2.0'
// SearchBar
implementation "com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.3"
implementation "com.arthurivanets.adapster:adapster:1.0.13"
@ -66,16 +63,12 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.12.0'
implementation 'com.github.bumptech.glide:annotations:4.12.0'
implementation 'com.github.bumptech.glide:okhttp3-integration:4.12.0'
implementation "com.github.woltapp:blurhash:f41a23cc50"
// Exoplayer
implementation 'com.google.android.exoplayer:exoplayer:2.12.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
annotationProcessor "androidx.room:room-compiler:2.3.0"
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
// Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'