From df526cf26250b01a1cb47dd6821b6d5dcf5df325 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Wed, 30 May 2018 09:15:40 +0300 Subject: [PATCH 1/2] handle close sensor --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 50e8d04..5d36bb7 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.105' // implementation project(':android-audio-library') + implementation 'com.github.axet:android-audio-library:1.0.106' // implementation project(':android-audio-library') } From a2325f3af10c7310c1359acbf0aba913569a58d7 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Wed, 30 May 2018 09:15:47 +0300 Subject: [PATCH 2/2] Bump version audiorecorder-3.2.9 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5d36bb7..9aa6034 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 23 // 24+ file:// unable to open - versionCode 265 - versionName "3.2.8" + versionCode 266 + versionName "3.2.9" } signingConfigs { release {