From f799c4d925396f0bfc444767d476942fdd7a59de Mon Sep 17 00:00:00 2001 From: dkanada Date: Thu, 7 May 2020 23:28:50 +0900 Subject: [PATCH] pin api client version --- app/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 75e42922..49bf64cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,6 +28,7 @@ android { } lintOptions { + disable 'ExtraTranslation' disable 'MissingTranslation' abortOnError false } @@ -39,6 +40,8 @@ android { } dependencies { + implementation 'com.github.jellyfin.jellyfin-apiclient-java:android:0.6.1' + implementation 'androidx.core:core:1.2.0' implementation 'androidx.media:media:1.1.0' 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:okhttp3-integration:1.5.0' - - implementation 'com.github.jellyfin.jellyfin-apiclient-java:android:0.6.0' }