From 4e269a7446a1be10a21f1ba20f3282af58ca2923 Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Sat, 7 Aug 2021 15:44:12 +0200 Subject: [PATCH] Delete unused dependencies --- app/build.gradle | 7 ------- .../cappielloantonio/play/glide/CustomGlideRequest.java | 2 -- 2 files changed, 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c1262183..9aa4706a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/app/src/main/java/com/cappielloantonio/play/glide/CustomGlideRequest.java b/app/src/main/java/com/cappielloantonio/play/glide/CustomGlideRequest.java index fa05d700..fa2f421b 100644 --- a/app/src/main/java/com/cappielloantonio/play/glide/CustomGlideRequest.java +++ b/app/src/main/java/com/cappielloantonio/play/glide/CustomGlideRequest.java @@ -14,9 +14,7 @@ import com.bumptech.glide.load.engine.DiskCacheStrategy; import com.bumptech.glide.request.RequestOptions; import com.bumptech.glide.signature.ObjectKey; import com.cappielloantonio.play.App; -import com.cappielloantonio.play.R; import com.cappielloantonio.play.util.MusicUtil; -import com.wolt.blurhashkt.BlurHashDecoder; import java.util.Map;