mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Preparation to music streaming - Picking from Gelli
This commit is contained in:
parent
a28ad27288
commit
820f783d01
18 changed files with 1921 additions and 87 deletions
|
|
@ -30,7 +30,6 @@ android {
|
|||
}
|
||||
|
||||
buildFeatures {
|
||||
dataBinding true
|
||||
viewBinding = true
|
||||
}
|
||||
}
|
||||
|
|
@ -58,6 +57,8 @@ dependencies {
|
|||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
implementation 'androidx.paging:paging-runtime-ktx:2.1.2'
|
||||
implementation "androidx.lifecycle:lifecycle-common-java8:2.2.0"
|
||||
implementation 'androidx.palette:palette:1.0.0'
|
||||
|
||||
|
||||
// Android Material
|
||||
implementation 'com.google.android.material:material:1.2.1'
|
||||
|
|
@ -74,10 +75,11 @@ dependencies {
|
|||
|
||||
// Glide
|
||||
implementation 'com.github.bumptech.glide:glide:4.11.0'
|
||||
implementation 'com.github.bumptech.glide:okhttp3-integration:4.11.0'
|
||||
implementation "com.github.woltapp:blurhash:f41a23cc50"
|
||||
|
||||
// Exoplayer
|
||||
implementation 'com.google.android.exoplayer:exoplayer:2.12.2'
|
||||
implementation 'com.google.android.exoplayer:exoplayer:2.11.4'
|
||||
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
|
||||
annotationProcessor "androidx.room:room-compiler:2.2.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue