From cfd0f80cc5e69420c9fe0adc9b26fc2e306864fe Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 28 Feb 2022 18:09:31 +0300 Subject: [PATCH] Bump version audiorecorder-3.5.2 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5a014b3..719913a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 30 - versionCode 357 - versionName "3.5.1" + versionCode 358 + versionName "3.5.2" } signingConfigs { release {