From 9593bca17df4cec2daf6f3c234636173300e8bbf Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 20 Nov 2017 21:58:04 +0300 Subject: [PATCH] fix perms dialog --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d759988..d7b23fb 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.58' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.59' // compile project(':android-audio-library') }