abouttreesummaryrefslogcommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJules Aguillon2024-12-29 00:27:44 +0100
committerJules Aguillon2024-12-29 00:27:44 +0100
commita9b78923c0c3e7dbe3f590c46fff387a6b0fbc26 (patch)
tree1141132f96c8d3670c868cbf7ee169065a125850 /build.gradle
parentd9b5b36c27ff99f430d17756fe6f5a1537447d3b (diff)
downloadunexpected-keyboard-a9b78923c0c3e7dbe3f590c46fff387a6b0fbc26.tar.gz
unexpected-keyboard-a9b78923c0c3e7dbe3f590c46fff387a6b0fbc26.zip
Drop support for Android 3 and 4
Support for Android 4 was broken for several releases and no one noticed. The lowest supported version is now Android 5.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 33c5017..1e94416 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,7 +12,7 @@ android {
defaultConfig {
applicationId "juloo.keyboard2"
- minSdk 11
+ minSdk 21
targetSdkVersion 35
versionCode 44
versionName "1.30.1"