From 4a5672fc77654b6de51c829660336820e7e50f6e Mon Sep 17 00:00:00 2001 From: antonio Date: Fri, 23 Jun 2023 18:28:16 +0200 Subject: [PATCH] build: bump up code version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7b8b7e57..05826be2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId 'com.cappielloantonio.tempo' minSdkVersion 24 targetSdkVersion 34 - versionCode 5 - versionName '3.3.0' + versionCode 6 + versionName '3.3.3' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'