summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-10-27 22:00:32 +0500
committerilotterytea <iltsu@alright.party>2024-10-27 22:00:32 +0500
commitb41647844b5c0a6174716b3e88beb6a64d795612 (patch)
tree65f01d4c208762d34792f88b0330a67d8f51bd16
parent855186313e1aa50a128b133882b08df63e8d35b0 (diff)
upd: min android is now 5.1
-rw-r--r--android/build.gradle2
-rw-r--r--android/project.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/android/build.gradle b/android/build.gradle
index fef0067..4c02a06 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -19,7 +19,7 @@ android {
}
defaultConfig {
applicationId "kz.ilotterytea.maxon"
- minSdkVersion 19
+ minSdkVersion 22
targetSdkVersion 35
versionCode 4
versionName "1.1"
diff --git a/android/project.properties b/android/project.properties
index 3fefa92..a096225 100644
--- a/android/project.properties
+++ b/android/project.properties
@@ -6,4 +6,4 @@
# proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-rules.pro
# Project target.
-target=android-19
+target=android-22