Set min SDK to 21 (Android 5.0)

Required by google_maps_flutter
This commit is contained in:
Ming Ming 2021-07-14 00:24:22 +08:00
parent dec000b1a6
commit 6fd0d892c5

View file

@ -37,7 +37,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.nkming.nc_photos"
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName