upgrade to minSdkVersion 18, fix some lint warnings

This commit is contained in:
Conny Duck 2018-01-31 21:57:50 +01:00
commit 3c795c6eef
4 changed files with 25 additions and 49 deletions

View file

@ -7,7 +7,7 @@ android {
buildToolsVersion '27.0.1'
defaultConfig {
applicationId "com.keylesspalace.tusky"
minSdkVersion 15
minSdkVersion 18
targetSdkVersion 27
versionCode 31
versionName "1.4.1"