mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 22:52:54 +08:00
android-v10.1.2 Updated version and RELEASENOTES.md for release 10.1.2
This commit is contained in:
parent
51291f8985
commit
f12080b7e2
@ -20,6 +20,20 @@
|
|||||||
-->
|
-->
|
||||||
## Release Notes for Cordova (Android)
|
## Release Notes for Cordova (Android)
|
||||||
|
|
||||||
|
### 10.1.2 (Apr 11, 2022)
|
||||||
|
|
||||||
|
**Fixes:**
|
||||||
|
|
||||||
|
* [GH-1372](https://github.com/apache/cordova-android/pull/1372) fix(`AndroidManifest`): explicitly define the `activity` attribute `android:exported`
|
||||||
|
* [GH-1406](https://github.com/apache/cordova-android/pull/1406) fix: detect `JAVA_HOME` with Java 11
|
||||||
|
* [GH-1401](https://github.com/apache/cordova-android/pull/1401) fix(GH-1391): Reword minimum build tools version to make it more clear what is actually required.
|
||||||
|
* [GH-1384](https://github.com/apache/cordova-android/pull/1384) fix: escape `strings.xml` app name
|
||||||
|
|
||||||
|
**Chores:**
|
||||||
|
|
||||||
|
* [GH-1413](https://github.com/apache/cordova-android/pull/1413) chore: update `package-lock` to satisfy `npm audit`
|
||||||
|
* [GH-1348](https://github.com/apache/cordova-android/pull/1348) chore: `npmrc`
|
||||||
|
|
||||||
### 10.1.1 (Sep 13, 2021)
|
### 10.1.1 (Sep 13, 2021)
|
||||||
|
|
||||||
**Fixes:**
|
**Fixes:**
|
||||||
|
@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
|
|||||||
* are not expected to implement it.
|
* are not expected to implement it.
|
||||||
*/
|
*/
|
||||||
public interface CordovaWebView {
|
public interface CordovaWebView {
|
||||||
public static final String CORDOVA_VERSION = "10.1.2-dev";
|
public static final String CORDOVA_VERSION = "10.1.2";
|
||||||
|
|
||||||
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
|
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
|
||||||
|
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-android",
|
"name": "cordova-android",
|
||||||
"version": "10.1.2-dev",
|
"version": "10.1.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "cordova-android",
|
"name": "cordova-android",
|
||||||
"version": "10.1.2-dev",
|
"version": "10.1.2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"android-versions": "^1.7.0",
|
"android-versions": "^1.7.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-android",
|
"name": "cordova-android",
|
||||||
"version": "10.1.2-dev",
|
"version": "10.1.2",
|
||||||
"description": "cordova-android release",
|
"description": "cordova-android release",
|
||||||
"main": "lib/Api.js",
|
"main": "lib/Api.js",
|
||||||
"repository": "github:apache/cordova-android",
|
"repository": "github:apache/cordova-android",
|
||||||
|
Loading…
Reference in New Issue
Block a user