📅  最后修改于: 2022-03-11 15:00:36.845000             🧑  作者: Mango
Set the minSdkVersion in android/app/build.gradle:
Replace with the desired version number
android {
defaultConfig {
minSdkVersion 19
}
}