From dc88fd06c5cd0a066558ce7cb966d4c2f1f540c7 Mon Sep 17 00:00:00 2001 From: Ritwik Date: Wed, 13 Oct 2021 10:14:45 +0530 Subject: [PATCH] Fixed Versioning System of the App and implemented correct Version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 011cc72..6ba7298 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId "com.gocoronago.tracker" minSdkVersion 19 targetSdkVersion 31 - versionCode 4 - versionName "4.1" + versionCode 40200 + versionName "4.2.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }