From a9171c3db64abce72afe2c090d69e8a2111bdb93 Mon Sep 17 00:00:00 2001 From: Erisu Date: Tue, 27 Jul 2021 22:50:34 +0900 Subject: [PATCH] android-v10.0.1 Updated version and RELEASENOTES.md for release 10.0.1 --- RELEASENOTES.md | 14 ++++++++++++++ .../src/org/apache/cordova/CordovaWebView.java | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e0a95d56..2d1b1887 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,20 @@ --> ## Release Notes for Cordova (Android) +### 10.0.1 (Jul 27, 2021) + +**Fixes:** + +* [GH-1295](https://github.com/apache/cordova-android/pull/1295) fix: `maven-publish` setup +* [GH-1293](https://github.com/apache/cordova-android/pull/1293) fix: `gradle` build tools config +* [GH-1294](https://github.com/apache/cordova-android/pull/1294) fix: automatic latest build tools finding +* [GH-1287](https://github.com/apache/cordova-android/pull/1287) fix: Google Services Gradle Plugin version check failure + +**Chores:** + +* [GH-1291](https://github.com/apache/cordova-android/pull/1291) chore: add missing release notes +* [GH-1286](https://github.com/apache/cordova-android/pull/1286) chore: update `README` requirements + ### 10.0.0 (Jul 17, 2021) **Breaking:** diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index b99badbe..68604874 100644 --- a/framework/src/org/apache/cordova/CordovaWebView.java +++ b/framework/src/org/apache/cordova/CordovaWebView.java @@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback; * are not expected to implement it. */ public interface CordovaWebView { - public static final String CORDOVA_VERSION = "10.0.1-dev"; + public static final String CORDOVA_VERSION = "10.0.1"; void init(CordovaInterface cordova, List pluginEntries, CordovaPreferences preferences); diff --git a/package-lock.json b/package-lock.json index b32ed516..fb719bbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cordova-android", - "version": "10.0.1-dev", + "version": "10.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 26a26ce9..1469eeab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-android", - "version": "10.0.1-dev", + "version": "10.0.1", "description": "cordova-android release", "main": "lib/Api.js", "repository": "github:apache/cordova-android",