Fixes minSdkVersion compile error (#1942)

pull/1943/head
Rulong Chen(陈汝龙) 12 months ago committed by GitHub
parent cecaa9be07
commit da3209aea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ android {
defaultConfig {
applicationId "dev.flutter.example.books"
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 29
versionCode 1
versionName "1.0"

Loading…
Cancel
Save