.
This commit is contained in:
15
.idea/deploymentTargetDropDown.xml
generated
15
.idea/deploymentTargetDropDown.xml
generated
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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/"
|
||||
Reference in New Issue
Block a user