From ebe04f8fc791413131c37425998be5be4a2ef538 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 28 Sep 2018 14:29:43 -0400 Subject: #709 dont escape urls in caller, incorporate cordova http ssl and basic auth checks --- build_android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_android.sh') diff --git a/build_android.sh b/build_android.sh index 4deac966..f310e887 100755 --- a/build_android.sh +++ b/build_android.sh @@ -33,7 +33,7 @@ fi echo "----------> Only building native. Not building crosswalk anymore due to compatibility issues <----------------------" BUILD_MODE="native" -ionic cordova plugin remove cordova-plugin-ionic-webview 2>/dev/null +#ionic cordova plugin remove cordova-plugin-ionic-webview 2>/dev/null ############ Crosswalk build #################################### if [ "$BUILD_MODE" = "xwalk" ] || [ "$BUILD_MODE" = "all" ]; then -- cgit v1.2.3