BBosman opened a new pull request #915: Bump minSdkVersion to 22 and drop pre-Lollipop specific code URL: https://github.com/apache/cordova-android/pull/915 ### Platforms affected Android ### Motivation and Context As was discussed on the mailing list, the plan is to raise the minimum supported API level to 22, dropping support for Android 4.4 and 5.0 for the next major `cordova-android` release. ### Description This PR updates the `defaultMinSdkVersion` to 22. There are also a couple of places in the codebase where we have specific logic for older (i.e. KitKat) API-levels which are now no longer needed and can therefore be removed. ### Testing I ran `npm run test` without issues and tested the changes in one of my own apps. ### Checklist - [X] I've run the tests to see all new and existing tests pass
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
