From 08b35c1fd3b8c458ceb5742e0576f048166dd69c Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 14 Mar 2022 11:41:19 +0300 Subject: [PATCH 1/3] update libs --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8111117..2902da8 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.10') // implementation project(':android-audio-library') + implementation ('com.github.axet:android-audio-library:1.1.11') // 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 318ab6b6e2873d6af79d2f166da96ebf530cc654 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 14 Mar 2022 11:56:42 +0300 Subject: [PATCH 2/3] update libs --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2902da8..34a2261 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.11') // implementation project(':android-audio-library') + implementation ('com.github.axet:android-audio-library:1.1.12') // 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 840ee0e03aeb5b3abf08899092426a123f3b637a Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 14 Mar 2022 12:06:12 +0300 Subject: [PATCH 3/3] Bump version audiorecorder-3.5.10 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 34a2261..970e5f2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 30 - versionCode 365 - versionName "3.5.9" + versionCode 366 + versionName "3.5.10" } signingConfigs { release {