From 311efe935ac888fc197fa7fa386c74bc82fbca9e Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Tue, 10 Oct 2017 15:22:30 +0300 Subject: [PATCH 1/2] fix interrupted --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a722527..9f6d907 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,5 +57,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.github.axet:android-audio-library:1.0.47' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.48' // compile project(':android-audio-library') } From 3ad55accb4bd9e319b05035b6cd1540117b3d313 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Tue, 10 Oct 2017 15:22:35 +0300 Subject: [PATCH 2/2] Bump version audiorecorder-3.0.43 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9f6d907..ae825d0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 23 - versionCode 208 - versionName "3.0.42" + versionCode 209 + versionName "3.0.43" } signingConfigs { release {