1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Fixes minSdkVersion compile error (#1942)

This commit is contained in:
Rulong Chen(陈汝龙)
2023-07-12 07:01:12 +08:00
committed by GitHub
parent cecaa9be07
commit da3209aea8

View File

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