From 0291e28bc4206d41ec4e97830a25a76d3da68747 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Sun, 27 Mar 2022 07:59:20 +0300 Subject: [PATCH] update libs --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3b3e3d0..9f0c2ca 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,7 @@ android { dependencies { testImplementation 'junit:junit:4.12' - implementation ('com.github.axet:android-audio-library:1.1.13') // implementation project(':android-audio-library') + implementation ('com.github.axet:android-audio-library:1.1.14') // 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' } }