This commit is contained in:
meet2711
2024-04-10 19:46:22 +05:30
parent 327e856d27
commit 704467cd80
3 changed files with 20 additions and 7 deletions

View File

@@ -3,7 +3,20 @@
<component name="deploymentTargetDropDown">
<value>
<entry key="app">
<State />
<State>
<targetSelectedWithDropDown>
<Target>
<type value="QUICK_BOOT_TARGET" />
<deviceKey>
<Key>
<type value="VIRTUAL_DEVICE_PATH" />
<value value="$USER_HOME$/.android/avd/Pixel_7_Pro_API_33.avd" />
</Key>
</deviceKey>
</Target>
</targetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2024-04-09T14:08:33.683278Z" />
</State>
</entry>
</value>
</component>

View File

@@ -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"
}

View File

@@ -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/"