mod: minSdkVersion 19->21

This commit is contained in:
orz12
2024-01-26 23:24:04 +08:00
parent 9cb6c93a00
commit 1da311ccb5

View File

@@ -62,7 +62,7 @@ android {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
minSdkVersion 19
minSdkVersion 21
multiDexEnabled true
}