flutter: android: Adjust minSdkVersion to 16 again
API Level 16 -- Android 4.1 -- 2012-07-09
This commit is contained in:
parent
665ffdd0d2
commit
571caa5417
|
@ -48,7 +48,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "com.calcitem.sanmill"
|
||||
minSdkVersion 23
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
|
|
Loading…
Reference in New Issue