From 1ce0385b839600cc684300e5ab788f660524877d Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Thu, 28 Apr 2022 22:31:33 +0300 Subject: [PATCH 1/2] update libs --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f717c61..cc148e8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,7 @@ android { dependencies { testImplementation 'junit:junit:4.12' - implementation ('com.github.axet:android-audio-library:1.1.14') // implementation project(':android-audio-library') + implementation ('com.github.axet:android-audio-library:1.1.16') // implementation project(':android-audio-library') implementation ('com.github.axet:wget:1.7.0') { exclude group: 'org.json', module: 'json' } assets('com.google.android.exoplayer:exoplayer:2.7.3') { exclude group: 'com.android.support' } } From cd9cbe31eb63fd5dfabee57600682de307eb9551 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Thu, 28 Apr 2022 22:31:41 +0300 Subject: [PATCH 2/2] Bump version audiorecorder-3.5.14 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cc148e8..0461978 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 30 - versionCode 369 - versionName "3.5.13" + versionCode 370 + versionName "3.5.14" } signingConfigs { release {