From bf756003b2b19f471056addd4bc288e7ceccd937 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Sun, 27 Feb 2022 17:32:58 +0300 Subject: [PATCH] Bump version audiorecorder-3.5.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8132424..a675ff8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 30 - versionCode 355 - versionName "3.4.5" + versionCode 356 + versionName "3.5.0" } signingConfigs { release {