From bdaf659a9f192a3ca830a8173aa3e5f9fcf2be7c Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 5 Feb 2018 16:13:42 +0300 Subject: [PATCH 1/2] fix titlebar --- app/src/main/res/values/attrs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index d768755..768035a 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -2,6 +2,6 @@ - mic - bluetooth + mic + bluetooth From b204ea990ce6d9efb595e399e9b00764bd0437d0 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 5 Feb 2018 16:13:47 +0300 Subject: [PATCH 2/2] Bump version audiorecorder-3.1.15 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c89e8aa..d4d3bf7 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 245 - versionName "3.1.14" + versionCode 246 + versionName "3.1.15" } signingConfigs { release {