youwallet / wallet

🚀 基于Flutter开发的跨终端数字货币交易所✨
https://youwallet.github.io/
116 stars 55 forks source link

Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 18 declared in library #120

Closed zhaobinglong closed 4 years ago

zhaobinglong commented 4 years ago

minSdkVersion的最低版本和不能低于18,将16改成18

    defaultConfig {
        applicationId "com.example.you_wallet"
        minSdkVersion 16,
        targetSdkVersion 28
        versionCode flutterVersionCode.toInteger()
        versionName flutterVersionName
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }