breautek commented on code in PR #1307: URL: https://github.com/apache/cordova-docs/pull/1307#discussion_r1202134084
########## www/_posts/2023-05-22-cordova-android-12.0.0.md: ########## @@ -0,0 +1,150 @@ +--- +layout: post +author: + name: Bryan Ellis +title: "Cordova Android 12.0.0 Released!" +categories: announcements +tags: news releases +--- + +We are happy to announce that we have just released `Cordova Android 12.0.0`! This is one of Cordova's supported platforms for building Android applications. + +* [cordova-android@12.0.0](https://www.npmjs.com/package/cordova-android) + +## Release Highlights + +**To upgrade:** + +```bash +cordova platform remove android +cordova platform add android@12.0.0 +``` + +**To install:** + +```bash +cordova platform add android@12.0.0 +``` + +**BREAKING CHANGES:** + +* **Increased Minimum & Target SDK** + + This release has increased the minimum supported SDK version to 24 which is Android 7.0. It also has increased the target SDK to 33, Android 13. + +* **Build Tools** + + To use `cordova-android@12`, SDK Platform `33` and SDK Build Tools `33.0.2` must be installed. Older build tools version can be uninstalled if older versions of cordova-android is no longer used in your projects. + + To install SDK Platform 32: Review Comment: I think this was suppose to read as...? ```suggestion To install SDK Platform 33: ``` ########## www/_posts/2023-05-22-cordova-android-12.0.0.md: ########## @@ -0,0 +1,150 @@ +--- +layout: post +author: + name: Bryan Ellis +title: "Cordova Android 12.0.0 Released!" +categories: announcements +tags: news releases +--- + +We are happy to announce that we have just released `Cordova Android 12.0.0`! This is one of Cordova's supported platforms for building Android applications. + +* [cordova-android@12.0.0](https://www.npmjs.com/package/cordova-android) + +## Release Highlights + +**To upgrade:** + +```bash +cordova platform remove android +cordova platform add android@12.0.0 +``` + +**To install:** + +```bash +cordova platform add android@12.0.0 +``` + +**BREAKING CHANGES:** + +* **Increased Minimum & Target SDK** + + This release has increased the minimum supported SDK version to 24 which is Android 7.0. It also has increased the target SDK to 33, Android 13. + +* **Build Tools** + + To use `cordova-android@12`, SDK Platform `33` and SDK Build Tools `33.0.2` must be installed. Older build tools version can be uninstalled if older versions of cordova-android is no longer used in your projects. + + To install SDK Platform 32: + + 1. Open Android Studio's **SDK Manager**: + 2. Click on `SDK Platforms` tab + 3. Check `Android 13.0 (Tiramisu)` which has the `API Level` of `33` + 4. Click `Apply` + +  + + To install SDK Build Tools 32.0.2: Review Comment: And this as well ```suggestion To install SDK Build Tools 33.0.2: ``` -- 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. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org