From 0955e8e4e39f67c0faa3230ac1b00d34f94780c4 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Thu, 4 Jul 2019 20:41:17 +0300 Subject: [PATCH] fix mediamuxer m4a crash --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fd81d29..26229d9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,6 +53,6 @@ android { dependencies { testImplementation 'junit:junit:4.12' - implementation 'com.github.axet:android-audio-library:1.0.163' // implementation project(':android-audio-library') + implementation 'com.github.axet:android-audio-library:1.0.164' // implementation project(':android-audio-library') assets('com.google.android.exoplayer:exoplayer:2.7.3') { exclude group: 'com.android.support' } }