fix crash, update libs

This commit is contained in:
Alexey Kuznetsov 2020-12-18 18:44:36 +03:00
commit 44d40a09bc

View file

@ -53,7 +53,7 @@ android {
dependencies {
testImplementation 'junit:junit:4.12'
implementation 'com.github.axet:android-audio-library:1.0.179' // implementation project(':android-audio-library')
implementation 'com.github.axet:android-audio-library:1.0.180' // implementation project(':android-audio-library')
implementation ('com.github.axet:wget:1.7.0') { exclude group: 'org.json', module: 'json' }
assets('com.google.android.exoplayer:exoplayer:2.7.3') { exclude group: 'com.android.support' }
}