mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 16:23:08 +00:00
Removed exoplayer dependencies
This commit is contained in:
@@ -52,6 +52,7 @@ dependencies {
|
|||||||
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
||||||
implementation 'androidx.room:room-runtime:2.4.0'
|
implementation 'androidx.room:room-runtime:2.4.0'
|
||||||
implementation "androidx.cardview:cardview:1.0.0"
|
implementation "androidx.cardview:cardview:1.0.0"
|
||||||
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||||
|
|
||||||
// Android Material
|
// Android Material
|
||||||
implementation 'com.google.android.material:material:1.4.0'
|
implementation 'com.google.android.material:material:1.4.0'
|
||||||
@@ -64,9 +65,11 @@ 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'
|
||||||
|
|
||||||
// Exoplayer
|
// Media3
|
||||||
implementation 'com.google.android.exoplayer:exoplayer:2.12.2'
|
implementation 'androidx.media3:media3-ui:1.0.0-alpha01'
|
||||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
implementation 'androidx.media3:media3-exoplayer:1.0.0-alpha01'
|
||||||
|
implementation 'androidx.media3:media3-session: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'
|
||||||
|
|||||||
Reference in New Issue
Block a user