You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/12/11 16:59:34 UTC

[GitHub] [cordova-android] breautek edited a comment on issue #1006: [feature-request] change the default target sdk to (API Level 30)

breautek edited a comment on issue #1006:
URL: https://github.com/apache/cordova-android/issues/1006#issuecomment-743309694


   FYI: By specifying `android-maxSdkVersion` you're intentionally making your app unavailable to newer releases (e.g. whenever SDK 31 devices comes out) unless you make an update with the bumped max sdk. Maybe this is what you want, but if you want to make your app available automatically you can omit the `android-maxSdkVersion` preference. [Google](https://developer.android.com/guide/topics/manifest/uses-sdk-element#max) does not recommend specifying the max SDK version for this reason.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org