From ff84b5d6e2b8871bb278439568435329b05b1f67 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 1 Jan 2018 14:59:43 +0300 Subject: [PATCH 1/2] fix text --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1265355..9b8773a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -89,5 +89,5 @@ Application Recordings Encoding on Fly - Encoding on fly disable editing, and crash recovery + Enabling encoding on fly disables editing, and crash recovery From 587b6398a19883d984295c1f12e2df71ac807134 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 1 Jan 2018 14:59:52 +0300 Subject: [PATCH 2/2] Bump version audiorecorder-3.0.63 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a457ac4..8804d22 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 228 - versionName "3.0.62" + versionCode 229 + versionName "3.0.63" } signingConfigs { release {