flutter: android: Adjust minSdkVersion to 16 again

API Level 16 -- Android 4.1 -- 2012-07-09
This commit is contained in:
Calcitem 2021-03-21 11:02:41 +08:00
parent 665ffdd0d2
commit 571caa5417
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ android {
defaultConfig {
applicationId "com.calcitem.sanmill"
minSdkVersion 23
minSdkVersion 16
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName