mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 22:52:54 +08:00
release(android-v12.0.1): updated version and RELEASENOTES.md
This commit is contained in:
parent
a7cd4227a4
commit
0c805a0a8e
@ -20,6 +20,11 @@
|
|||||||
-->
|
-->
|
||||||
## Release Notes for Cordova (Android)
|
## Release Notes for Cordova (Android)
|
||||||
|
|
||||||
|
### 12.0.1 (Aug 23, 2023)
|
||||||
|
|
||||||
|
* [GH-1632](https://github.com/apache/cordova-android/pull/1632) fix(android): `monochrome` checks
|
||||||
|
* [GH-1649](https://github.com/apache/cordova-android/pull/1649) chore: rebuild `package-lock` w/ lint corrections
|
||||||
|
|
||||||
### 12.0.0 (May 20, 2023)
|
### 12.0.0 (May 20, 2023)
|
||||||
|
|
||||||
**Breaking:**
|
**Breaking:**
|
||||||
|
@ -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 = "12.0.1-dev";
|
public static final String CORDOVA_VERSION = "12.0.1";
|
||||||
|
|
||||||
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": "12.0.1-dev",
|
"version": "12.0.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "cordova-android",
|
"name": "cordova-android",
|
||||||
"version": "12.0.1-dev",
|
"version": "12.0.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"android-versions": "^1.8.1",
|
"android-versions": "^1.8.1",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-android",
|
"name": "cordova-android",
|
||||||
"version": "12.0.1-dev",
|
"version": "12.0.1",
|
||||||
"description": "cordova-android release",
|
"description": "cordova-android release",
|
||||||
"types": "./types/index.d.ts",
|
"types": "./types/index.d.ts",
|
||||||
"main": "lib/Api.js",
|
"main": "lib/Api.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user