fix mediamuxer m4a crash

This commit is contained in:
Alexey Kuznetsov 2019-07-04 20:41:17 +03:00
commit 0955e8e4e3

View file

@ -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' }
}