From 01ca259ae9c78ce05c844d7944f34f0b30b1017a Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 28 May 2018 16:57:36 +0300 Subject: [PATCH 1/2] hide screen --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 274d80f..5a0c3f7 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.103' // implementation project(':android-audio-library') + implementation 'com.github.axet:android-audio-library:1.0.104' // implementation project(':android-audio-library') } From b50aa2b56ea3c08f85b8a2176d81969b4ba68da9 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 28 May 2018 16:57:43 +0300 Subject: [PATCH 2/2] Bump version audiorecorder-3.2.7 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5a0c3f7..7186311 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 263 - versionName "3.2.6" + versionCode 264 + versionName "3.2.7" } signingConfigs { release {