From 704467cd8061b09b20f2b2038dd39e556c6641c5 Mon Sep 17 00:00:00 2001 From: meet2711 Date: Wed, 10 Apr 2024 19:46:22 +0530 Subject: [PATCH] . --- .idea/deploymentTargetDropDown.xml | 15 ++++++++++++++- app/build.gradle | 4 ++-- gradle.properties | 8 ++++---- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml index 0c0c338..ad808ad 100644 --- a/.idea/deploymentTargetDropDown.xml +++ b/.idea/deploymentTargetDropDown.xml @@ -3,7 +3,20 @@ - + + + + + + + + + + + + + + diff --git a/app/build.gradle b/app/build.gradle index ea28142..a6bdee1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.app.simplitend" minSdk 24 targetSdk 33 - versionCode 6 - versionName "1.1" + versionCode 7 + versionName "1.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/gradle.properties b/gradle.properties index ec9dcbe..b1c3c0a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,12 +22,12 @@ android.nonTransitiveRClass=true android.enableJetifier=true # production -#SIMPLITEND_BASE_URL="https://app.simplitend.com/" -#SIMPLITEND_SOKCET_HOST="https://app.simplitend.com/" +SIMPLITEND_BASE_URL="https://app.simplitend.com/" +SIMPLITEND_SOKCET_HOST="https://app.simplitend.com/" # staging -SIMPLITEND_BASE_URL="https://staging.simplitend.com/" -SIMPLITEND_SOKCET_HOST="https://staging.simplitend.com/" +#SIMPLITEND_BASE_URL="https://staging.simplitend.com/" +#SIMPLITEND_SOKCET_HOST="https://staging.simplitend.com/" # development #SIMPLITEND_BASE_URL="https://simplitend.betadelivery.com/" \ No newline at end of file