diff --git a/CHANGELOG.md b/CHANGELOG.md index b66683330..456bc8098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Fixed +- various TIFF decoding fixes ## [v1.3.5] - 2021-02-26 ### Added diff --git a/android/app/build.gradle b/android/app/build.gradle index 5247b3a54..6e0a4176d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -108,7 +108,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' - implementation 'com.github.deckerst:Android-TiffBitmapFactory:f87db4305d' // forked, built by JitPack + implementation 'com.github.deckerst:Android-TiffBitmapFactory:876e53870a' // forked, built by JitPack implementation 'com.github.bumptech.glide:glide:4.12.0' kapt 'androidx.annotation:annotation:1.1.0'