[android] Raise minimum API level to 16

This commit is contained in:
Torsten Grote
2019-10-14 11:49:06 -03:00
parent edb9da107f
commit 234bdf686e
11 changed files with 27 additions and 109 deletions

View File

@@ -20,7 +20,7 @@ android {
buildToolsVersion '28.0.3'
defaultConfig {
minSdkVersion 15
minSdkVersion 16
targetSdkVersion 26
versionCode 10109
versionName "1.1.9"