Added the MediaSession extension from Exoplayer

Added this implementation for better working on the background mode.
This commit is contained in:
Relwi 2022-05-26 21:37:00 +02:00
parent 486be2ec63
commit 3df5506195
No known key found for this signature in database
GPG Key ID: 3316DC3D260D0163

View File

@ -70,6 +70,7 @@ dependencies {
implementation 'com.squareup.picasso:picasso:2.8'
implementation 'de.hdodenhof:circleimageview:3.1.0'
implementation 'com.google.android.exoplayer:exoplayer:2.17.1'
implementation 'com.google.android.exoplayer:extension-mediasession:2.17.1'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
@ -84,4 +85,4 @@ dependencies {
implementation ('com.google.android.exoplayer:extension-cronet:2.17.1') { exclude group: 'com.google.android.gms' }
implementation 'org.chromium.net:cronet-embedded:98.4758.101'
}
}