android: lower minSdk to 21

This commit is contained in:
Jakub Czekański 2020-12-16 12:58:17 +01:00
parent a65ed845dc
commit e392943ed2

View file

@ -8,7 +8,7 @@ android {
compileSdkVersion 28
defaultConfig {
applicationId "info.czekanski.avocado"
minSdkVersion 24
minSdkVersion 21
targetSdkVersion 28
versionCode 100
versionName "0.1.0"