Cordova Android 10.1.2 Released!
15 Apr 2022
We are happy to announce that we have just released Cordova Android 10.1.2
! This is one of Cordova's supported platforms for building Android applications.
Release Highlights
To upgrade:
cordova platform remove android
cordova platform add android@10.1.2
To install:
cordova platform add android@10.1.2
The notable fixes in this release are to detect the JAVA_HOME
environment variable with Java 11, properly escape the app's name, and explicitly define the android:exported
attribute on the activity
.
Please report any issues you find at issues.cordova.io!
Changes include:
Fixes: