summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild_android.sh4
-rw-r--r--package.json2
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
+}