Merge pull request #5988 from vector-im/dependabot/gradle/com.arthenica-ffmpeg-kit-audio-4.5.1-1

Bump ffmpeg-kit-audio from 4.5.LTS to 4.5.1-1
This commit is contained in:
Benoit Marty 2022-05-09 22:04:19 +02:00 committed by GitHub
commit 07c22e7a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -415,8 +415,8 @@ dependencies {
// Passphrase strength helper
implementation 'com.nulab-inc:zxcvbn:1.7.0'
// To convert voice message on old platforms
implementation 'com.arthenica:ffmpeg-kit-audio:4.5.LTS'
// To convert voice message on old platforms. Always keep the LTS suffix!
implementation 'com.arthenica:ffmpeg-kit-audio:4.5.1.LTS'
// Alerter
implementation 'com.github.tapadoo:alerter:7.2.4'