From c554406e5117f1e66a81567937de2b99b598c37a Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 7 Jul 2017 21:34:59 +0300 Subject: [PATCH 1/2] fix permissions --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b4c944f..d594a85 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.23' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.24' // compile project(':android-audio-library') } From e4ccf1405a650994f3e0e2951e1ecc953d87bd1b Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 7 Jul 2017 21:35:26 +0300 Subject: [PATCH 2/2] Bump version audiorecorder-3.0.24 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d594a85..d1163a9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 23 - versionCode 188 - versionName "3.0.23" + versionCode 189 + versionName "3.0.24" } signingConfigs { release {