pin api client version

This commit is contained in:
dkanada 2020-05-07 23:28:50 +09:00
commit f799c4d925

View file

@ -28,6 +28,7 @@ android {
} }
lintOptions { lintOptions {
disable 'ExtraTranslation'
disable 'MissingTranslation' disable 'MissingTranslation'
abortOnError false abortOnError false
} }
@ -39,6 +40,8 @@ android {
} }
dependencies { dependencies {
implementation 'com.github.jellyfin.jellyfin-apiclient-java:android:0.6.1'
implementation 'androidx.core:core:1.2.0' implementation 'androidx.core:core:1.2.0'
implementation 'androidx.media:media:1.1.0' implementation 'androidx.media:media:1.1.0'
implementation 'androidx.fragment:fragment:1.2.4' implementation 'androidx.fragment:fragment:1.2.4'
@ -74,6 +77,4 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:3.8.0' implementation 'com.github.bumptech.glide:glide:3.8.0'
implementation 'com.github.bumptech.glide:okhttp3-integration:1.5.0' implementation 'com.github.bumptech.glide:okhttp3-integration:1.5.0'
implementation 'com.github.jellyfin.jellyfin-apiclient-java:android:0.6.0'
} }