android {
compileSdkVersion 26
defaultConfig {
applicationId "com.example.liew.minnanonihongo"
minSdkVersion 22
targetSdkVersion 26
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Would the apps able to run with API level 26 while my minSdk versionn is 22?