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 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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..." diff --git a/package.json b/package.json index 85a25f13..d500e422 100644 --- a/package.json +++ b/package.json @@ -94,4 +94,4 @@ "gulp-rename": "^1.2.3", "gulp-sass": "^4.0.1" } -} \ No newline at end of file +} -- cgit v1.2.3