From 0efb633c32af2f5b5de0ffeda85b6b8810c86c30 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Tue, 1 Mar 2022 21:21:45 +0300 Subject: [PATCH] Bump version audiorecorder-3.5.4 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 10749b0..14a404e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 30 - versionCode 359 - versionName "3.5.3" + versionCode 360 + versionName "3.5.4" } signingConfigs { release {