set minSdkVersion to 21

This commit is contained in:
Conny Duck 2018-09-09 22:06:58 +02:00
parent b9ca9a6e97
commit f984d589a1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ android {
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "com.keylesspalace.tusky"
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 27
versionCode 49
versionName "3.1"