mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c9108d8479 | |||
| 98bb8c2a6a |
Vendored
+1
-1
@@ -24,7 +24,7 @@
|
|||||||
* This workflow would not have the `package.json` file.
|
* This workflow would not have the `package.json` file.
|
||||||
*/
|
*/
|
||||||
// Coho updates this line
|
// Coho updates this line
|
||||||
const VERSION = '9.1.0-dev';
|
const VERSION = '9.1.0';
|
||||||
|
|
||||||
var path = require('path');
|
var path = require('path');
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
// Platform: android
|
// Platform: android
|
||||||
// 538a985db128858c0a0eb4dd40fb9c8e5433fc94
|
// cordova-js rel/6.0.0-10-g07379820
|
||||||
/*
|
/*
|
||||||
Licensed to the Apache Software Foundation (ASF) under one
|
Licensed to the Apache Software Foundation (ASF) under one
|
||||||
or more contributor license agreements. See the NOTICE file
|
or more contributor license agreements. See the NOTICE file
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
under the License.
|
under the License.
|
||||||
*/
|
*/
|
||||||
;(function() {
|
;(function() {
|
||||||
var PLATFORM_VERSION_BUILD_LABEL = '9.1.0-dev';
|
var PLATFORM_VERSION_BUILD_LABEL = '9.1.0';
|
||||||
// file: src/scripts/require.js
|
// file: src/scripts/require.js
|
||||||
var require;
|
var require;
|
||||||
var define;
|
var define;
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ apply plugin: 'com.github.dcendents.android-maven'
|
|||||||
apply plugin: 'com.jfrog.bintray'
|
apply plugin: 'com.jfrog.bintray'
|
||||||
|
|
||||||
group = 'org.apache.cordova'
|
group = 'org.apache.cordova'
|
||||||
version = '9.1.0-dev'
|
version = '9.1.0'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion cdvCompileSdkVersion
|
compileSdkVersion cdvCompileSdkVersion
|
||||||
@@ -142,9 +142,9 @@ bintray {
|
|||||||
licenses = ['Apache-2.0']
|
licenses = ['Apache-2.0']
|
||||||
labels = ['android', 'cordova', 'phonegap']
|
labels = ['android', 'cordova', 'phonegap']
|
||||||
version {
|
version {
|
||||||
name = '9.1.0-dev'
|
name = '9.1.0'
|
||||||
released = new Date()
|
released = new Date()
|
||||||
vcsTag = '9.1.0-dev'
|
vcsTag = '9.1.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 = "9.1.0-dev";
|
public static final String CORDOVA_VERSION = "9.1.0";
|
||||||
|
|
||||||
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
|
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user