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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
