builds: Change minsdkversion of Android from 16 to 19
This commit is contained in:
parent
222524d0b8
commit
b95cb93bf0
3 changed files with 2 additions and 11 deletions
|
|
@ -44,7 +44,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "chat.fluffy.fluffychat"
|
||||
minSdkVersion 16
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 31
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue