From a477063a111c61a56067c6bb2d03d51f52eb988d Mon Sep 17 00:00:00 2001 From: antonio Date: Mon, 19 Jun 2023 18:46:59 +0200 Subject: [PATCH] build: bump up app version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 932edcfb..f7b7694d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId 'com.cappielloantonio.tempo' minSdkVersion 24 targetSdkVersion 34 - versionCode 4 - versionName '3.2.0' + versionCode 5 + versionName '3.3.0' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'