mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
11 lines
248 B
JavaScript
11 lines
248 B
JavaScript
Package.describe({
|
|
summary: "Makes your Cordova application use the Crosswalk WebView \
|
|
instead of the System WebView on Android",
|
|
version: '1.7.3',
|
|
documentation: null
|
|
});
|
|
|
|
Cordova.depends({
|
|
'cordova-plugin-crosswalk-webview': '2.4.0'
|
|
});
|