From 8e83189a0bacd9853a417c17aee2edf8459eade8 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Thu, 18 May 2017 21:22:06 +0300 Subject: [PATCH] fix old phones crash --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e2b7db8..78d7de1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,6 +43,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - // compile 'com.github.axet:android-audio-library:0.0.35' - compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:0.0.36' // compile project(':android-audio-library') }