This commit is contained in:
ADITYA
2024-03-04 12:44:52 +05:30
parent 29b84d1041
commit dc24668a1a
2 changed files with 16 additions and 3 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="C:\Users\ADITYA\.android\avd\Aditya_Pie.avd" />
</Key>
</deviceKey>
</Target>
</targetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2024-02-26T09:39:48.641124800Z" />
</State>
</entry>
</value>
</component>

View File

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