diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml
index f5c217a..b3ceecd 100644
--- a/.idea/deploymentTargetDropDown.xml
+++ b/.idea/deploymentTargetDropDown.xml
@@ -7,11 +7,11 @@
-
+
-
+
\ No newline at end of file
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 4404972..4877ac9 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -14,7 +14,6 @@
-
diff --git a/.idea/modules.xml b/.idea/modules.xml
index adb47dd..e736081 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -4,6 +4,9 @@
+
+
+
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index 4819359..c324f4b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -15,13 +15,13 @@ repositories {
}
android {
- compileSdkVersion 31
+ compileSdkVersion 33
defaultConfig {
applicationId "ch.pizzalemon.android"
minSdkVersion 16
- targetSdkVersion 31
- versionCode 24// play store'daki version --> canlı: 0 - dahili test: 17
- versionName "2.04" // play store'daki version --> canlı: 0.00 - dahili test: 1.17
+ targetSdkVersion 33
+ versionCode 25// play store'daki version --> canlı: 0 - dahili test: 17
+ versionName "2.05" // play store'daki version --> canlı: 0.00 - dahili test: 1.17
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
multiDexEnabled true
}