From dc24668a1a8f236a29d9e601111fda2de959dbaa Mon Sep 17 00:00:00 2001 From: ADITYA Date: Mon, 4 Mar 2024 12:44:52 +0530 Subject: [PATCH] home pc --- .idea/deploymentTargetDropDown.xml | 15 ++++++++++++++- app/build.gradle | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml index 0c0c338..789cc16 100644 --- a/.idea/deploymentTargetDropDown.xml +++ b/.idea/deploymentTargetDropDown.xml @@ -3,7 +3,20 @@ - + + + + + + + + + + + + + + diff --git a/app/build.gradle b/app/build.gradle index f65803c..ea28142 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.app.simplitend" minSdk 24 targetSdk 33 - versionCode 5 - versionName "1.0" + versionCode 6 + versionName "1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }