From a87e8192c58163b7bcd070d35bb77c71a8ee1d86 Mon Sep 17 00:00:00 2001 From: vishal2376 Date: Tue, 15 Aug 2023 16:20:53 +0530 Subject: [PATCH] update: app version to 4.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f114a34f..183c9d5f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.vishal2376.gitcoach" minSdk 24 targetSdk 34 - versionCode 9 - versionName "3.5" + versionCode 10 + versionName "4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }