diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml index b268ef3..3866593 100644 --- a/.idea/deploymentTargetSelector.xml +++ b/.idea/deploymentTargetSelector.xml @@ -4,6 +4,14 @@ diff --git a/app/build.gradle b/app/build.gradle index 64dea87..d80d0a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 }