From ef92762f55e3694f4b5e800fd0d996b032c0030a Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 20 Nov 2017 23:39:16 +0300 Subject: [PATCH] show can write --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d7b23fb..2099f88 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.59' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.60' // compile project(':android-audio-library') }