mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Delete unused dependencies
This commit is contained in:
parent
61b3e413c9
commit
4e269a7446
2 changed files with 0 additions and 9 deletions
|
|
@ -55,9 +55,6 @@ dependencies {
|
||||||
// Splashscreen
|
// Splashscreen
|
||||||
implementation 'androidx.core:core-splashscreen:1.0.0-alpha01'
|
implementation 'androidx.core:core-splashscreen:1.0.0-alpha01'
|
||||||
|
|
||||||
// VolleyRequest
|
|
||||||
implementation 'com.android.volley:volley:1.2.0'
|
|
||||||
|
|
||||||
// SearchBar
|
// SearchBar
|
||||||
implementation "com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.3"
|
implementation "com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.3"
|
||||||
implementation "com.arthurivanets.adapster:adapster:1.0.13"
|
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:glide:4.12.0'
|
||||||
implementation 'com.github.bumptech.glide:annotations: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.bumptech.glide:okhttp3-integration:4.12.0'
|
||||||
implementation "com.github.woltapp:blurhash:f41a23cc50"
|
|
||||||
|
|
||||||
// Exoplayer
|
// Exoplayer
|
||||||
implementation 'com.google.android.exoplayer:exoplayer:2.12.2'
|
implementation 'com.google.android.exoplayer:exoplayer:2.12.2'
|
||||||
|
|
||||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
|
||||||
annotationProcessor "androidx.room:room-compiler:2.3.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
|
// Retrofit
|
||||||
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,7 @@ import com.bumptech.glide.load.engine.DiskCacheStrategy;
|
||||||
import com.bumptech.glide.request.RequestOptions;
|
import com.bumptech.glide.request.RequestOptions;
|
||||||
import com.bumptech.glide.signature.ObjectKey;
|
import com.bumptech.glide.signature.ObjectKey;
|
||||||
import com.cappielloantonio.play.App;
|
import com.cappielloantonio.play.App;
|
||||||
import com.cappielloantonio.play.R;
|
|
||||||
import com.cappielloantonio.play.util.MusicUtil;
|
import com.cappielloantonio.play.util.MusicUtil;
|
||||||
import com.wolt.blurhashkt.BlurHashDecoder;
|
|
||||||
|
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue