mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Preparation to music streaming
This commit is contained in:
parent
f837bb14e2
commit
a28ad27288
23 changed files with 615 additions and 279 deletions
|
|
@ -30,6 +30,7 @@ android {
|
|||
}
|
||||
|
||||
buildFeatures {
|
||||
dataBinding true
|
||||
viewBinding = true
|
||||
}
|
||||
}
|
||||
|
|
@ -75,6 +76,9 @@ dependencies {
|
|||
implementation 'com.github.bumptech.glide:glide:4.11.0'
|
||||
implementation "com.github.woltapp:blurhash:f41a23cc50"
|
||||
|
||||
// Exoplayer
|
||||
implementation 'com.google.android.exoplayer:exoplayer:2.12.2'
|
||||
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
|
||||
annotationProcessor "androidx.room:room-compiler:2.2.5"
|
||||
testImplementation 'junit:junit:4.13.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue