android-v10.0.1 Updated version and RELEASENOTES.md for release 10.0.1

This commit is contained in:
Erisu 2021-07-27 22:50:34 +09:00
parent 90271301fb
commit a9171c3db6
No known key found for this signature in database
GPG Key ID: 2E5FF17FB26AF7F2
4 changed files with 17 additions and 3 deletions

View File

@ -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:**

View File

@ -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<PluginEntry> pluginEntries, CordovaPreferences preferences);

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "10.0.1-dev",
"version": "10.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",