From 0acc3efcae14dd39b5fac883778470a8c0b46cff Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 28 Aug 2017 21:31:16 +0300 Subject: [PATCH] check fsstat crash --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index db67f88..a13b826 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.35' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.36' // compile project(':android-audio-library') }