Update minSdkVersion from 16 to 19
This commit is contained in:
parent
aef1e58438
commit
015ecfcb29
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ android {
|
|||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId "com.example.easy_learn"
|
||||
minSdkVersion 16
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 30
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
|
|
Loading…
Reference in a new issue