From cfd0884650d2d2d7ad0739a5e21464a048f70e5f Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Thu, 23 Nov 2017 16:09:33 +0300 Subject: [PATCH] fix dimiss --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 28e30b0..dde211d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,5 +55,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.github.axet:android-audio-library:1.0.63' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.64' // compile project(':android-audio-library') }