cordova-android 12.0.2-nightly.20240418000740351.sha.97806db4 → 12.0.2-nightly.20240420000728207.sha.97806db4

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
31
31
  * are not expected to implement it.
32
32
  */
33
33
  public interface CordovaWebView {
34
- public static final String CORDOVA_VERSION = "12.0.2-nightly.20240418000740351.sha.97806db4";
34
+ public static final String CORDOVA_VERSION = "12.0.2-nightly.20240420000728207.sha.97806db4";
35
35
 
36
36
  void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
37
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cordova-android",
3
- "version": "12.0.2-nightly.20240418000740351.sha.97806db4",
3
+ "version": "12.0.2-nightly.20240420000728207.sha.97806db4",
4
4
  "description": "cordova-android release",
5
5
  "types": "./types/index.d.ts",
6
6
  "main": "lib/Api.js",
@@ -26,7 +26,7 @@
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
28
  "android-versions": "^1.8.1",
29
- "cordova-common": "5.0.1-nightly.20240418000740351.sha.602272fe",
29
+ "cordova-common": "5.0.1-nightly.20240420000728206.sha.602272fe",
30
30
  "dedent": "^1.0.1",
31
31
  "execa": "^5.1.1",
32
32
  "fast-glob": "^3.2.12",
@@ -19,7 +19,7 @@
19
19
  under the License.
20
20
  */
21
21
  ;(function() {
22
- var PLATFORM_VERSION_BUILD_LABEL = '12.0.2-nightly.20240418000740351.sha.97806db4';
22
+ var PLATFORM_VERSION_BUILD_LABEL = '12.0.2-nightly.20240420000728207.sha.97806db4';
23
23
  // file: src/scripts/require.js
24
24
  var require;
25
25
  var define;