upgraded pixy meta
This commit is contained in:
parent
2d65efdcb4
commit
a0f7af96e0
2 changed files with 5 additions and 1 deletions
|
@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
- upgraded Flutter to stable v3.27.2
|
- 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
|
## <a id="v1.12.2"></a>[v1.12.2] - 2025-01-13
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -176,7 +176,7 @@ dependencies {
|
||||||
implementation 'com.github.deckerst:Android-TiffBitmapFactory:3ed067f021'
|
implementation 'com.github.deckerst:Android-TiffBitmapFactory:3ed067f021'
|
||||||
implementation 'com.github.deckerst.mp4parser:isoparser:d5caf7a3dd'
|
implementation 'com.github.deckerst.mp4parser:isoparser:d5caf7a3dd'
|
||||||
implementation 'com.github.deckerst.mp4parser:muxer: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')
|
implementation project(':exifinterface')
|
||||||
|
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
|
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
|
||||||
|
|
Loading…
Reference in a new issue