Merge pull request #27 from bendardenne/search-artists

Include artists in search
This commit is contained in:
dkanada 2020-07-11 03:14:31 +09:00 committed by GitHub
commit b236e7a9cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 58 additions and 27 deletions

View file

@ -41,7 +41,7 @@ android {
}
dependencies {
implementation 'com.github.jellyfin.jellyfin-apiclient-java:android:0.6.1'
implementation 'com.github.jellyfin.jellyfin-apiclient-java:android:0.6.3'
implementation 'com.google.android.exoplayer:exoplayer:2.11.4'
implementation 'androidx.core:core:1.3.0'