📜  uses-sdk:minSdkVersion 16 不能小于库中声明的版本 19 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:36.845000             🧑  作者: Mango

代码示例1
Set the minSdkVersion in android/app/build.gradle:
Replace with the desired version number

android {
    defaultConfig {
        minSdkVersion 19
    }
}