GitHub user breautek added a comment to the discussion: Why [email protected] allows to install on Android 6.0?
Cordova-android 12 will set Min SDK 24 by default, but there are several things that could override it. `android-minSdkVersion` preference is one way and it's also possible that a plugin would set this. If that's the case, it would require your app to explicitly set the preference to override the plugin. The minimum SDK can also be set via [gradle parameters](https://cordova.apache.org/docs/en/11.x/guide/platforms/android/index.html#setting-gradle-properties), which will override the cordova default. GitHub link: https://github.com/apache/cordova/discussions/426#discussioncomment-6652295 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
