mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Set min SDK to 21 (Android 5.0)
Required by google_maps_flutter
This commit is contained in:
parent
dec000b1a6
commit
6fd0d892c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue