From d6ffa34d0f68011c874ef2ac0b7fdb1517df8a6e Mon Sep 17 00:00:00 2001 From: "h.malik144@gmail.com" Date: Thu, 31 Aug 2023 10:45:01 +0100 Subject: [PATCH] - bumped version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cc2e633..3ba231c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.appttude.h_mal.farmr" minSdkVersion MIN_SDK_VERSION targetSdkVersion TARGET_SDK_VERSION - versionCode 2 - versionName "2.0" + versionCode 3 + versionName "2.1" testInstrumentationRunner 'com.appttude.h_mal.farmr.application.TestRunner' vectorDrawables.useSupportLibrary = true }