From 5c9c01132e92797317329e61966a10dc8376bdb6 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 9 Jun 2017 10:57:39 +0300 Subject: [PATCH 1/2] add br --- app/src/main/res/values-pt-rBR/strings.xml | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index b89327d..f6bad0b 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -11,48 +11,16 @@ 8 kHz (ligação de tel.) - - 48000 - 44100 - 32000 - 22050 - 16000 - 11025 - 8000 - - Claro (padrão) Escuro - - Theme_White - Theme_Dark - - Mono (padrão) Estéreo - - 1 - 2 - - - - 2017-02-01 09.08.01.wav - 1487926249.wav - 20170528T043902.wav - - - - %s - %T - %I - - Configurações Não permitido Não foi encontrado um aplicativo para explorar arquivos From f2f19b1a4fb8ac68a91e41cab46b3d78f37652b0 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 9 Jun 2017 10:57:44 +0300 Subject: [PATCH 2/2] Bump version audiorecorder-1.7.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 15c6da3..4559309 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 23 - versionCode 150 - versionName "1.7.0" + versionCode 151 + versionName "1.7.1" } signingConfigs { release {