android-v10.1.0 Updated version and RELEASENOTES.md for release 10.1.0

This commit is contained in:
Erisu 2021-08-13 13:26:31 +09:00
parent 13bd3f4a9f
commit c3fd6bca4a
No known key found for this signature in database
GPG Key ID: 2E5FF17FB26AF7F2
4 changed files with 22 additions and 3 deletions

View File

@ -20,6 +20,25 @@
--> -->
## Release Notes for Cordova (Android) ## Release Notes for Cordova (Android)
### 10.1.0 (Aug 13, 2021)
**Features:**
* [GH-1213](https://github.com/apache/cordova-android/pull/1213) feat: unify `create` default values & stop project name transform
* [GH-1306](https://github.com/apache/cordova-android/pull/1306) feat: bump `ANDROIDX_APP_COMPAT@1.3.1`
* [GH-1303](https://github.com/apache/cordova-android/pull/1303) feat: bump `Google Services Gradle Plugin@4.3.8`
* [GH-1302](https://github.com/apache/cordova-android/pull/1302) feat: bump `kotlin@1.5.21`
* [GH-1298](https://github.com/apache/cordova-android/pull/1298) feat: support `http` w/ `content` `src` fix
**Fixes:**
* [GH-1214](https://github.com/apache/cordova-android/pull/1214) fix: display project name in Android Studio
* [GH-1300](https://github.com/apache/cordova-android/pull/1300) fix: fall back to project root `repositories.gradle`
**Docs:**
* [GH-1308](https://github.com/apache/cordova-android/pull/1308) doc: update `README` about development & testing
### 10.0.1 (Jul 27, 2021) ### 10.0.1 (Jul 27, 2021)
**Fixes:** **Fixes:**

View File

@ -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.0-dev"; public static final String CORDOVA_VERSION = "10.1.0";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences); void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "cordova-android", "name": "cordova-android",
"version": "10.1.0-dev", "version": "10.1.0",
"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",