app released

This commit is contained in:
2025-09-07 16:17:59 +02:00
parent e866a788e6
commit 8011503b4b
2 changed files with 10 additions and 2 deletions

View File

@@ -4,6 +4,14 @@
<selectionStates>
<SelectionState runConfigName="app">
<option name="selectionMode" value="DROPDOWN" />
<DropdownSelection timestamp="2025-09-07T14:12:41.632425Z">
<Target type="DEFAULT_BOOT">
<handle>
<DeviceId pluginId="LocalEmulator" identifier="path=/Users/mustafaicmen/.android/avd/Pixel_9a.avd" />
</handle>
</Target>
</DropdownSelection>
<DialogSelection />
</SelectionState>
</selectionStates>
</component>

View File

@@ -20,8 +20,8 @@ android {
applicationId "ch.pizzalemon.android"
minSdkVersion 21
targetSdkVersion 35
versionCode 30// play store'daki version --> canlı: 0 - dahili test: 17
versionName "2.10" // play store'daki version --> canlı: 0.00 - dahili test: 1.17
versionCode 31// play store'daki version --> canlı: 0 - dahili test: 17
versionName "2.11" // play store'daki version --> canlı: 0.00 - dahili test: 1.17
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
multiDexEnabled true
}