From dbf70c1f830db8c851de29ccd2ad5a07985eb3f2 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Tue, 2 Oct 2018 20:29:42 +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 f61f4db..b316882 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,5 +57,5 @@ android { dependencies { testImplementation 'junit:junit:4.12' - implementation 'com.github.axet:android-audio-library:1.0.123' // implementation project(':android-audio-library') + implementation 'com.github.axet:android-audio-library:1.0.126' // implementation project(':android-audio-library') }