diff --git a/CHANGELOG.md b/CHANGELOG.md index 60afbf846..ca7cfca80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file. - upgraded Flutter to stable v3.27.2 +### Fixed + +- editing TIFF metadata increasing file size + ## [v1.12.2] - 2025-01-13 ### Added diff --git a/android/app/build.gradle b/android/app/build.gradle index 5ed1bbdb6..cad7d2211 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -176,7 +176,7 @@ dependencies { 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' + implementation 'com.github.deckerst:pixymeta-android:71eee77dc4' implementation project(':exifinterface') testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3'