diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-23 15:25:42 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-23 15:25:42 -0400 |
| commit | a82220ec6769d6b04dab46b0a03d7d02666734ad (patch) | |
| tree | f5c59a41a0fa8fea69e2b23ea52ef1769987e1fd /build_android.sh | |
| parent | eeecfe1699cf161b22bf2190e2c9a2bc129d0307 (diff) | |
removed xwalk hard-coded versioning. I thought it was removed -if it shows up again, I bet there are gnomes hiding somewhere in my code.
Former-commit-id: 8e4d4a8b50d44754876131e0b7f332d0e500f923
Diffstat (limited to 'build_android.sh')
| -rwxr-xr-x | build_android.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build_android.sh b/build_android.sh index 1067d5c5..814a4bb5 100755 --- a/build_android.sh +++ b/build_android.sh @@ -28,7 +28,8 @@ 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 --variable "XWALK_VERSION"="18+" + #ionic plugin add cordova-plugin-crosswalk-webview --variable "XWALK_VERSION"="18+" + ionic plugin add cordova-plugin-crosswalk-webview echo "Adding crosswalk cert plugin..." |
