From 64011b142c53210fe2d331aa2cf445d21b436163 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Sun, 13 Jan 2019 19:42:51 +0300 Subject: [PATCH] fix armv5 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1d7208c..ccc34bc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,5 +57,5 @@ android { dependencies { testImplementation 'junit:junit:4.12' - implementation 'com.github.axet:android-audio-library:1.0.146' // implementation project(':android-audio-library') + implementation 'com.github.axet:android-audio-library:1.0.147' // implementation project(':android-audio-library') }