upgrade minSdkVersion to 19

This commit is contained in:
Conny Duck 2018-04-14 13:56:48 +02:00
commit 28a85639ed
4 changed files with 12 additions and 28 deletions

View file

@ -8,7 +8,7 @@ android {
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "com.keylesspalace.tusky"
minSdkVersion 18
minSdkVersion 19
targetSdkVersion 27
versionCode 34
versionName "1.5.2"