Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: API 32 support #1427

Merged
merged 1 commit into from May 3, 2022
Merged

feat: API 32 support #1427

merged 1 commit into from May 3, 2022

Conversation

breautek
Copy link
Contributor

Platforms affected

Android

Motivation and Context

Google is seemingly allowing apps targeting API 32 to be published, so we can by default target API 32.

If users are not ready to target API 32, they can use <preference name="android-targetSdkVersion" value="31" /> to target API 31.

Description

Updated default SDK version target & minimum required build tools.

Testing

  • Ran npm test
  • tested hello world template app
  • Also tested against a real world production app

Checklist

  • I've run the tests to see all new and existing tests pass
  • I added automated test coverage as appropriate for this change
  • Commit is prefixed with (platform) if this change only applies to one platform (e.g. (android))
  • If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct keyword to close issues using keywords)
  • I've updated the documentation if necessary

@breautek breautek added this to the 11.0.0 milestone Apr 28, 2022
@breautek breautek added this to To Do in Release Plan - 11.0.0 via automation Apr 28, 2022
@codecov-commenter
Copy link

codecov-commenter commented Apr 28, 2022

Codecov Report

Merging #1427 (b539a09) into master (087e9e6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1427   +/-   ##
=======================================
  Coverage   73.20%   73.20%           
=======================================
  Files          21       21           
  Lines        1646     1646           
=======================================
  Hits         1205     1205           
  Misses        441      441           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 087e9e6...b539a09. Read the comment docs.

Release Plan - 11.0.0 automation moved this from To Do to In Progress Apr 28, 2022
@breautek breautek merged commit e730000 into apache:master May 3, 2022
Release Plan - 11.0.0 automation moved this from In Progress to Done May 3, 2022
@breautek breautek deleted the api32 branch May 3, 2022 23:13
wedgberto pushed a commit to wedgberto/cordova-android that referenced this pull request May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants