Skip to content

Commit

Permalink
upgrade crosswalk
Browse files Browse the repository at this point in the history
  • Loading branch information
shprink committed Nov 12, 2016
1 parent 7ddabca commit 8143a93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
<!-- ANDROID -->
<preference name="android-minSdkVersion" value="14"/>
<preference name="android-targetSdkVersion" value="14"/>
<preference name="xwalkVersion" value="14+"/>
<preference name="xwalkCommandLine" value="--disable-pull-to-refresh-effect"/>
<preference name="xwalkMode" value="embedded"/>
<preference name="xwalkMultipleApk" value="true"/>
<!-- Uncomment the following line to use Crosswalk lite => reduces apk size -->
<!--<preference name="xwalkMode" value="lite" />-->
<preference name="CrosswalkAnimatable" value="true" />
<preference name="android-windowSoftInputMode" value="adjustNothing" />
<feature name="StatusBar">
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "index.js",
"scripts": {
"build": "bash ./release.sh",
"restore": "ionic state restore",
"restore": "rm -rf platforms/ plugins/ && ionic state restore",
"postinstall": "npm run installWPHC",
"installWPHC": "cd scripts && node ./install.js",
"increaseVersion": "cd scripts && node ./increaseVersion.js",
Expand Down Expand Up @@ -112,7 +112,7 @@
"[email protected]",
"[email protected]",
"[email protected]",
"cordova-plugin-crosswalk-webview@1.6.0",
"cordova-plugin-crosswalk-webview@2.2.0",
"[email protected]",
"[email protected]",
"[email protected]",
Expand Down

0 comments on commit 8143a93

Please sign in to comment.