mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Installed media3 common dependency
This commit is contained in:
parent
2a2b11a0e9
commit
2a11fedf65
1 changed files with 4 additions and 4 deletions
|
|
@ -66,10 +66,10 @@ dependencies {
|
||||||
implementation 'com.github.bumptech.glide:annotations:4.12.0'
|
implementation 'com.github.bumptech.glide:annotations:4.12.0'
|
||||||
|
|
||||||
// Media3
|
// Media3
|
||||||
implementation 'androidx.media3:media3-ui:1.0.0-alpha01'
|
implementation "androidx.media3:media3-session:1.0.0-alpha01"
|
||||||
implementation 'androidx.media3:media3-exoplayer:1.0.0-alpha01'
|
implementation "androidx.media3:media3-common:1.0.0-alpha01"
|
||||||
implementation 'androidx.media3:media3-session:1.0.0-alpha01'
|
implementation "androidx.media3:media3-exoplayer:1.0.0-alpha01"
|
||||||
|
implementation "androidx.media3:media3-ui:1.0.0-alpha01"
|
||||||
|
|
||||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
|
||||||
annotationProcessor 'androidx.room:room-compiler:2.4.0'
|
annotationProcessor 'androidx.room:room-compiler:2.4.0'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue