From a7c62d6306e2e156202e84532d16a8e54934628f Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Wed, 6 Jan 2021 15:50:55 +0900 Subject: [PATCH] upgraded TIFF decoder to use libtiff 4.2.0 --- android/app/build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index d84d5d96b..7fd1f982e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -102,11 +102,7 @@ dependencies { implementation 'androidx.exifinterface:exifinterface:1.3.2' implementation 'com.commonsware.cwac:document:0.4.1' implementation 'com.drewnoakes:metadata-extractor:2.15.0' - // as of v0.9.8.7, `Android-TiffBitmapFactory` master branch is set up to release and distribute via Bintray - // as of 20201113, its `q_support` branch allows decoding TIFF without a `File`, but is not released - // we forked it to bypass official releases, upgrading its Android/Gradle structure to make it compatible with JitPack - // JitPack build result is available at https://jitpack.io/com/github/deckerst/Android-TiffBitmapFactory//build.log - implementation 'com.github.deckerst:Android-TiffBitmapFactory:7efb450636' + implementation 'com.github.deckerst:Android-TiffBitmapFactory:f87db4305d' // forked, built by JitPack implementation 'com.github.bumptech.glide:glide:4.11.0' kapt 'androidx.annotation:annotation:1.1.0'