builds: Change minsdkversion of Android from 16 to 19

This commit is contained in:
Krille 2023-05-16 10:44:25 +02:00
commit b95cb93bf0
3 changed files with 2 additions and 11 deletions

View file

@ -44,7 +44,7 @@ android {
defaultConfig {
applicationId "chat.fluffy.fluffychat"
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 31
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName