From f882c37186e17fbb38d873a2f4ed533e65f7aa4b Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Wed, 30 May 2018 22:05:07 +0300 Subject: [PATCH 1/2] show locked only when activity supports it --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 08c6eb4..c7b7c97 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.107' // implementation project(':android-audio-library') + implementation 'com.github.axet:android-audio-library:1.0.108' // implementation project(':android-audio-library') } From 9e6c84fd03b1c7178dc96328b26fdc547a2fa587 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Wed, 30 May 2018 22:05:14 +0300 Subject: [PATCH 2/2] Bump version audiorecorder-3.2.12 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c7b7c97..17d78f1 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 269 - versionName "3.2.11" + versionCode 270 + versionName "3.2.12" } signingConfigs { release {