From 77ad749a629e6bb9881bbd2036ef5326de1abaa6 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Sat, 8 Dec 2018 11:22:56 +0300 Subject: [PATCH 1/2] fix get cause --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ab892c5..6c06a1a 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.139' // implementation project(':android-audio-library') + implementation 'com.github.axet:android-audio-library:1.0.140' // implementation project(':android-audio-library') } From 1b8f056f8b86a91cde55dc858b16dfe236dcfeaf Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Sat, 8 Dec 2018 11:23:11 +0300 Subject: [PATCH 2/2] Bump version audiorecorder-3.2.38 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6c06a1a..59d5a4a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 26 - versionCode 295 - versionName "3.2.37" + versionCode 296 + versionName "3.2.38" } signingConfigs { release {