From 013b16a37d261e9763ac6af9881c86a5ae2305a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 08:46:12 +0000 Subject: [PATCH] Bump transcoder from 0.10.3 to 0.10.4 Bumps [transcoder](https://github.com/natario1/Transcoder) from 0.10.3 to 0.10.4. - [Release notes](https://github.com/natario1/Transcoder/releases) - [Commits](https://github.com/natario1/Transcoder/compare/v0.10.3...v0.10.4) --- 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 588d0f760e..faf2e5d565 100644 --- a/matrix-sdk-android/build.gradle +++ b/matrix-sdk-android/build.gradle @@ -151,7 +151,7 @@ dependencies { implementation 'com.facebook.stetho:stetho-okhttp3:1.6.0' // Video compression - implementation 'com.otaliastudios:transcoder:0.10.3' + implementation 'com.otaliastudios:transcoder:0.10.4' // Phone number https://github.com/google/libphonenumber implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.33'