diff options
Diffstat (limited to 'build_android.sh')
| -rwxr-xr-x | build_android.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_android.sh b/build_android.sh index 47226305..633c0b79 100755 --- a/build_android.sh +++ b/build_android.sh @@ -28,7 +28,7 @@ if [ "$BUILD_MODE" = "xwalk" ] || [ "$BUILD_MODE" = "all" ]; then echo "Building Release mode for Xwalk android..." echo "--------------------------------------------" echo "Adding crosswalk..." - ionic plugin add cordova-plugin-crosswalk-webview + ionic plugin add cordova-plugin-crosswalk-webview --variable "XWALK_VERSION"="18" echo "Adding crosswalk cert plugin..." |
