From 0c0138bdf93546d862f3b00f6fb51110344c2ad5 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 9 Feb 2018 23:20:20 +0300 Subject: [PATCH 1/2] draws fix draws systembar --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d32d140..1adc4bb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,5 +55,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.github.axet:android-audio-library:1.0.84' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.85' // compile project(':android-audio-library') } From 0797d44a0152e67efc2c247b7f2e6ecd6b97b926 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 9 Feb 2018 23:20:28 +0300 Subject: [PATCH 2/2] Bump version audiorecorder-3.1.17 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1adc4bb..bdbd01c 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 247 - versionName "3.1.16" + versionCode 248 + versionName "3.1.17" } signingConfigs { release {