From 2f6743864286f460a3bc06a4d6081aa94c0bc436 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Sun, 7 Jul 2019 13:55:37 +0300 Subject: [PATCH 1/2] fix decoder --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 67532ec..2fe3c48 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,6 +53,6 @@ android { dependencies { testImplementation 'junit:junit:4.12' - implementation 'com.github.axet:android-audio-library:1.0.165' // implementation project(':android-audio-library') + implementation 'com.github.axet:android-audio-library:1.0.166' // implementation project(':android-audio-library') assets('com.google.android.exoplayer:exoplayer:2.7.3') { exclude group: 'com.android.support' } } From 91aeb6f4135f152abb0be291d948232b19ebffb3 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Sun, 7 Jul 2019 13:55:50 +0300 Subject: [PATCH 2/2] Bump version audiorecorder-3.3.4 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2fe3c48..309a169 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 26 - versionCode 328 - versionName "3.3.3" + versionCode 329 + versionName "3.3.4" } signingConfigs { release {