mirror of
https://github.com/apache/cordova-android.git
synced 2026-03-16 00:00:02 +08:00
Compare commits
3 Commits
pr-add-pre
...
rel/6.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
021c9c19e8 | ||
|
|
0c475b5ec4 | ||
|
|
2a2a11a729 |
@@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Coho updates this line:
|
// Coho updates this line:
|
||||||
var VERSION = "6.3.0-dev";
|
var VERSION = "6.3.0";
|
||||||
|
|
||||||
module.exports.version = VERSION;
|
module.exports.version = VERSION;
|
||||||
|
|
||||||
|
|||||||
4114
bin/templates/project/assets/www/cordova.js
vendored
4114
bin/templates/project/assets/www/cordova.js
vendored
File diff suppressed because it is too large
Load Diff
@@ -129,9 +129,9 @@ bintray {
|
|||||||
licenses = ['Apache-2.0']
|
licenses = ['Apache-2.0']
|
||||||
labels = ['android', 'cordova', 'phonegap']
|
labels = ['android', 'cordova', 'phonegap']
|
||||||
version {
|
version {
|
||||||
name = '6.3.0-dev'
|
name = '6.3.0'
|
||||||
released = new Date()
|
released = new Date()
|
||||||
vcsTag = '6.3.0-dev'
|
vcsTag = '6.3.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 = "6.3.0-dev";
|
public static final String CORDOVA_VERSION = "6.3.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