From 6fc07b16b2a5ac7441db87858fe5520267814f78 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 10 Jun 2018 14:30:10 -0400 Subject: build script corrections --- build_android.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_android.sh') diff --git a/build_android.sh b/build_android.sh index 506ce239..bb632c89 100755 --- a/build_android.sh +++ b/build_android.sh @@ -37,7 +37,7 @@ if [ "$BUILD_MODE" = "xwalk" ] || [ "$BUILD_MODE" = "all" ]; then echo "--------------------------------------------" echo "Removing android and re-adding..." cordova platform remove android - cordova platform add android + cordova platform add android@6.3.0 cordova plugin remove cordova-plugin-crosswalk-webview --nosave echo "Adding crosswalk..." #cordova plugin add cordova-plugin-crosswalk-webview @@ -81,7 +81,7 @@ if [ "$BUILD_MODE" = "native" ] || [ "$BUILD_MODE" = "all" ]; then echo "Removing android and re-adding..." cordova platform remove android - cordova platform add android + cordova platform add android@6.3.0 #clean up past build stuff echo "Adding default browser..." -- cgit v1.2.3