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 ++- config.xml | 2 +- 2 files changed, 3 insertions(+), 2 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..." diff --git a/config.xml b/config.xml index 8e457868..f01f5c9e 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + zmNinja High performance ZoneMinder client -- cgit v1.2.3