summaryrefslogtreecommitdiff
path: root/build_android.sh
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-09-28 14:29:43 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-09-28 14:29:43 -0400
commitebe04f8fc791413131c37425998be5be4a2ef538 (patch)
treea8f6e6a15c9e3125f20e9081c59755911a8253bb /build_android.sh
parentd8fea09d65e5207ef8c4fafcddd5fc74a7f7be00 (diff)
#709 dont escape urls in caller, incorporate cordova http ssl and basic auth checks
Diffstat (limited to 'build_android.sh')
-rwxr-xr-xbuild_android.sh2
1 files changed, 1 insertions, 1 deletions
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