From 77807de811ea537cec6022f83d6cb350129996de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 23:57:25 +0000 Subject: [PATCH] Bump com.otaliastudios:transcoder from 0.10.4 to 0.10.5 Bumps [com.otaliastudios:transcoder](https://github.com/natario1/Transcoder) from 0.10.4 to 0.10.5. - [Release notes](https://github.com/natario1/Transcoder/releases) - [Commits](https://github.com/natario1/Transcoder/compare/v0.10.4...v0.10.5) --- updated-dependencies: - dependency-name: com.otaliastudios:transcoder dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- matrix-sdk-android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-sdk-android/build.gradle b/matrix-sdk-android/build.gradle index 0fabb36099..133067cea4 100644 --- a/matrix-sdk-android/build.gradle +++ b/matrix-sdk-android/build.gradle @@ -196,7 +196,7 @@ dependencies { implementation 'com.facebook.stetho:stetho-okhttp3:1.6.0' // Video compression - implementation 'com.otaliastudios:transcoder:0.10.4' + implementation 'com.otaliastudios:transcoder:0.10.5' // Exif data handling implementation libs.apache.commonsImaging