From a82220ec6769d6b04dab46b0a03d7d02666734ad Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 23 Aug 2016 15:25:42 -0400 Subject: 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 --- build_android.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build_android.sh') 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..." -- cgit v1.2.3