From b2059288b76e1a7467984401e90120bfcb1e8883 Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 25 Jul 2020 11:05:05 -0400 Subject: [PATCH] Update Material Components (cherry picked from commit 2dcb73700bfdb89af06624ee6b3a26f5a5c0effc) --- app/build.gradle | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ab90704b7..449688c17 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -138,10 +138,6 @@ androidExtensions { dependencies { - // Modified dependencies - implementation 'com.github.tachiyomiorg:subsampling-scale-image-view:bff2806' - implementation 'com.github.inorichi:junrar-android:634c1f5' - // AndroidX libraries implementation 'androidx.annotation:annotation:1.1.0' implementation 'androidx.appcompat:appcompat:1.3.0-alpha01' @@ -167,7 +163,7 @@ dependencies { implementation "androidx.work:work-runtime-ktx:$work_version" // UI library - implementation 'com.google.android.material:material:1.3.0-alpha01' + implementation 'com.google.android.material:material:1.3.0-alpha02' standardImplementation 'com.google.firebase:firebase-core:17.4.4' @@ -203,6 +199,7 @@ dependencies { // Disk implementation 'com.jakewharton:disklrucache:2.0.2' implementation 'com.github.inorichi:unifile:e9ee588' + implementation 'com.github.inorichi:junrar-android:634c1f5' // HTML parser implementation 'org.jsoup:jsoup:1.13.1' @@ -236,6 +233,8 @@ dependencies { implementation "com.github.bumptech.glide:okhttp3-integration:$glide_version" kapt "com.github.bumptech.glide:compiler:$glide_version" + implementation 'com.github.tachiyomiorg:subsampling-scale-image-view:bff2806' + // Logging implementation 'com.jakewharton.timber:timber:4.7.1'