From 76104c7673ea5a56e04ab8e3e383c5316cf5905b Mon Sep 17 00:00:00 2001 From: Tom Gordon Date: Tue, 31 Dec 2019 23:38:25 +0000 Subject: [PATCH] * Update library versions * Use a forked version of `com.drewnoakes:metadata-extractor` until it is updated from 2.12.0 - resolves https://github.com/apcro/leafpicrevived/issues/8 --- leafpicrevived/build.gradle | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/leafpicrevived/build.gradle b/leafpicrevived/build.gradle index 6132f53..1defd0a 100644 --- a/leafpicrevived/build.gradle +++ b/leafpicrevived/build.gradle @@ -77,9 +77,9 @@ dependencies { implementation "androidx.appcompat:appcompat:1.1.0" implementation "androidx.cardview:cardview:1.0.0" implementation "androidx.recyclerview:recyclerview:1.1.0" - implementation "com.google.android.material:material:1.2.0-alpha02" + implementation "com.google.android.material:material:1.2.0-alpha03" implementation "androidx.palette:palette:1.0.0" - implementation "androidx.browser:browser:1.0.0" + implementation "androidx.browser:browser:1.2.0" implementation "androidx.legacy:legacy-support-v4:1.0.0" //exo-player @@ -90,13 +90,14 @@ dependencies { implementation 'com.google.android.exoplayer:exoplayer-smoothstreaming:2.10.4' // utils - implementation 'com.github.bumptech.glide:glide:4.9.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0' + implementation 'com.github.bumptech.glide:glide:4.10.0' + annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.17' implementation 'com.github.Commit451:bypasses:1.1.0' - implementation 'com.jakewharton:butterknife:10.1.0' - annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0' - implementation 'com.drewnoakes:metadata-extractor:2.12.0' + implementation 'com.jakewharton:butterknife:10.2.0' + annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.0' +// implementation 'com.drewnoakes:metadata-extractor:2.12.0' + implementation 'com.github.apcro:metadata-extractor:master' implementation "com.orhanobut:hawk:2.0.1" implementation 'com.commonsware.cwac:provider:0.5.3' @@ -115,7 +116,7 @@ dependencies { // ui implementation 'uz.shift:colorpicker:0.5@aar' implementation 'com.github.jetradarmobile:desertplaceholder:1.1.1' - implementation 'de.hdodenhof:circleimageview:3.0.0' + implementation 'de.hdodenhof:circleimageview:3.0.1' implementation 'com.github.yalantis:ucrop:2.2.2' implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0' implementation 'jp.wasabeef:recyclerview-animators:3.0.0'