use exoplayer as music backend

This commit is contained in:
dkanada 2020-05-18 21:23:17 +09:00
commit 5c7be50dfa
5 changed files with 204 additions and 157 deletions

View file

@ -42,6 +42,7 @@ android {
dependencies {
implementation 'com.github.jellyfin.jellyfin-apiclient-java:android:0.6.1'
implementation 'com.google.android.exoplayer:exoplayer:2.11.4'
implementation 'androidx.core:core:1.2.0'
implementation 'androidx.media:media:1.1.0'