diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-03-14 14:24:20 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-03-14 14:24:20 -0400 |
| commit | 9003360ad7321d68c944230aee632687d4e3edbb (patch) | |
| tree | 54d9adb38b110b82e6a8e64888c7cbf890eab89f /build_android.sh | |
| parent | e30052fc3e1607af2e6161e87032a66a89c83ca5 (diff) | |
updates for yet another build process break thanks to new google libraries. WTF.
Diffstat (limited to 'build_android.sh')
| -rwxr-xr-x | build_android.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_android.sh b/build_android.sh index a80e76d2..87cfc889 100755 --- a/build_android.sh +++ b/build_android.sh @@ -37,6 +37,7 @@ if [ "$BUILD_MODE" = "xwalk" ] || [ "$BUILD_MODE" = "all" ]; then echo "Adding crosswalk..." #cordova plugin add cordova-plugin-crosswalk-webview cordova plugin add cordova-plugin-crosswalk-webview@2.2.0 --variable XWALK_MODE="lite" --variable "XWALK_VERSION"="17.46.459.1" + #cordova plugin add cordova-plugin-crosswalk-webview --variable XWALK_VERSION="22+" #ionic plugin add cordova-plugin-crosswalk-webview # crosswalk handles SSL certificate handling in a different way # need to switch plugins |
