-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc(release): [email protected] (#1329)
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
layout: post | ||
author: | ||
name: Bryan Ellis | ||
title: "Cordova Android 12.0.1 Released!" | ||
categories: announcements | ||
tags: news releases | ||
--- | ||
|
||
We are happy to announce that we have just released `Cordova Android 12.0.1`! This is one of Cordova's supported platforms for building Android applications. | ||
|
||
* [[email protected]](https://www.npmjs.com/package/cordova-android) | ||
|
||
## Release Highlights | ||
|
||
**To upgrade:** | ||
|
||
```bash | ||
cordova platform remove android | ||
cordova platform add [email protected] | ||
``` | ||
|
||
**To install:** | ||
|
||
```bash | ||
cordova platform add [email protected] | ||
``` | ||
|
||
**Fixes:** | ||
|
||
* **Adaptive Icon Fix** | ||
|
||
In Cordova-Android 12.0.0, an issue arose with the introduction of Android 13's Themed Icons support. This issue resulted in adaptive icons not being generated due to an incorrect validation check. | ||
|
||
In this release, the problematic validation check was rectified. As a result, the adaptive icon will be generated even when monochrome attributes are not provided. | ||
|
||
Please report any issues you find on our [Cordova-Android](https://github.com/apache/cordova-android/issues) GitHub issue tracker! | ||
|
||
<!--more--> | ||
# Changes include: | ||
|
||
* [GH-1632](https://github.com/apache/cordova-android/pull/1632) fix(android): `monochrome` checks | ||
* [GH-1649](https://github.com/apache/cordova-android/pull/1649) chore: rebuild `package-lock` w/ lint corrections |