Skip to content

Commit

Permalink
android-v10.0.1 Updated version and RELEASENOTES.md for release 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Jul 27, 2021
1 parent 9027130 commit a9171c3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion framework/src/org/apache/cordova/CordovaWebView.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one
* 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);

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a9171c3

Please sign in to comment.