From 9d01d3906517382dac3f1f92f2ec1d6eb4e4c793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 14:01:34 +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 fcd1e7d6228..b642efb458d 100644 --- a/matrix-sdk-android/build.gradle +++ b/matrix-sdk-android/build.gradle @@ -193,7 +193,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