From 62cbc28dc787ea8d75e84402c68c3e240eb720e1 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Sat, 29 Jul 2017 12:26:39 +0300 Subject: [PATCH] fix concurent call --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 20b2715..2f8ea94 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,5 +43,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.github.axet:android-audio-library:1.0.28' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.29' // compile project(':android-audio-library') }