From d77b629257c9c2374b7d2f4caf892816e74068cb Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 7 Jul 2017 18:50:42 +0300 Subject: [PATCH 1/3] cleanups --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index dd74381..e45a9db 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.18' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.21' // compile project(':android-audio-library') } From 3568990d6e968c6fdbd9719e2862ff28c56b4c60 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 7 Jul 2017 19:29:42 +0300 Subject: [PATCH 2/3] more perms fixes --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e45a9db..7836b4d 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.21' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.23' // compile project(':android-audio-library') } From cbc47eb9b06f3c1dd76ee5c4dab97ab03ad3745d Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 7 Jul 2017 19:29:49 +0300 Subject: [PATCH 3/3] Bump version audiorecorder-3.0.23 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7836b4d..b4c944f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 23 - versionCode 187 - versionName "3.0.22" + versionCode 188 + versionName "3.0.23" } signingConfigs { release {