Cordova Android 12.0.1 Released!
28 Aug 2023
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.
Release Highlights
To upgrade:
cordova platform remove android
cordova platform add android@12.0.1
To install:
cordova platform add android@12.0.1
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 GitHub issue tracker!