From 311efe935ac888fc197fa7fa386c74bc82fbca9e Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Tue, 10 Oct 2017 15:22:30 +0300 Subject: [PATCH] fix interrupted --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a722527..9f6d907 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,5 +57,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.github.axet:android-audio-library:1.0.47' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.48' // compile project(':android-audio-library') }