From 456486b846a8ade4c06ff18c13f27f9ee6795f07 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Mon, 20 Jan 2025 00:31:50 +0100 Subject: [PATCH] upgraded tiff lib --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 2caf851ae..5ed1bbdb6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -173,7 +173,7 @@ dependencies { // - https://jitpack.io/p/deckerst/Android-TiffBitmapFactory // - https://jitpack.io/p/deckerst/mp4parser // - https://jitpack.io/p/deckerst/pixymeta-android - implementation 'com.github.deckerst:Android-TiffBitmapFactory:90c06eebf4' + implementation 'com.github.deckerst:Android-TiffBitmapFactory:3ed067f021' implementation 'com.github.deckerst.mp4parser:isoparser:d5caf7a3dd' implementation 'com.github.deckerst.mp4parser:muxer:d5caf7a3dd' implementation 'com.github.deckerst:pixymeta-android:9ec7097f17'