upgraded pixy meta

This commit is contained in:
Thibault Deckers 2025-01-21 00:07:10 +01:00
parent 2d65efdcb4
commit a0f7af96e0
2 changed files with 5 additions and 1 deletions

View file

@ -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
## <a id="v1.12.2"></a>[v1.12.2] - 2025-01-13
### Added

View file

@ -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'