Answers for "increase this project's minSdk version"

0

increase this project's minSdk version

android {
    compileSdkVersion 23
    buildToolsVersion "23.0.3"

    defaultConfig {
        applicationId "com.name.app"
        minSdkVersion 19    // This over here
        targetSdkVersion 23
        versionCode 1
        versionName "1.0"
    }
Posted by: Guest on July-31-2021

Code answers related to "increase this project's minSdk version"

Browse Popular Code Answers by Language