diff --git a/CHANGELOG.md b/CHANGELOG.md index 685e036eb..4ab332496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ All notable changes to this project will be documented in this file. - upgraded Flutter to stable v3.24.2 +### Fixed + +- crash when cataloguing some malformed MP4 files + ## [v1.11.10] - 2024-09-01 ### Added diff --git a/android/app/build.gradle b/android/app/build.gradle index 5eb571114..fe76fbbec 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -208,14 +208,14 @@ dependencies { // - https://jitpack.io/p/deckerst/mp4parser // - https://jitpack.io/p/deckerst/pixymeta-android implementation 'com.github.deckerst:Android-TiffBitmapFactory:90c06eebf4' - implementation 'com.github.deckerst.mp4parser:isoparser:4cc0c5d06c' - implementation 'com.github.deckerst.mp4parser:muxer:4cc0c5d06c' + implementation 'com.github.deckerst.mp4parser:isoparser:86d4b6baa1' + implementation 'com.github.deckerst.mp4parser:muxer:86d4b6baa1' implementation 'com.github.deckerst:pixymeta-android:9ec7097f17' implementation project(':exifinterface') testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.3' - kapt 'androidx.annotation:annotation:1.8.1' + kapt 'androidx.annotation:annotation:1.8.2' ksp "com.github.bumptech.glide:ksp:$glide_version" compileOnly rootProject.findProject(':streams_channel')