set minSdkVersion to 21
This commit is contained in:
parent
b9ca9a6e97
commit
f984d589a1
|
@ -17,7 +17,7 @@ android {
|
||||||
buildToolsVersion '27.0.3'
|
buildToolsVersion '27.0.3'
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.keylesspalace.tusky"
|
applicationId "com.keylesspalace.tusky"
|
||||||
minSdkVersion 19
|
minSdkVersion 21
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 49
|
versionCode 49
|
||||||
versionName "3.1"
|
versionName "3.1"
|
||||||
|
|
Loading…
Reference in New Issue