Update minSdkVersion from 16 to 19

This commit is contained in:
Moe Poi ~ 2021-08-21 19:49:27 +07:00
parent aef1e58438
commit 015ecfcb29

View file

@ -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