aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-12-14 21:45:44 +0100
committerChristian Schneppe <christian@pix-art.de>2018-12-14 21:45:44 +0100
commit7df333bf2a8aad44f082ac6a6a9ee49948ce36d7 (patch)
tree2644764ba3a29806d599dfbcfd0143a4bc4a318c /build.gradle
parent6c6d3caea00810df9fb89de599386a93e8dbc4d4 (diff)
Reduce `minSdkVersion` to 16, fix issues reported by lint
This further reduces the minimum API level to 16, which should encompass most users stuck on older versions of Android (mainly BlackBerry OS and Jolla users). Several issues reported by code analysis were fixed, mainly around issues with layouts.
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 045a38be6..93e4f3468 100644
--- a/build.gradle
+++ b/build.gradle
@@ -94,7 +94,7 @@ android {
compileSdkVersion 28
defaultConfig {
- minSdkVersion 18
+ minSdkVersion 16
targetSdkVersion 28
versionCode 249