summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild_android.sh2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/build_android.sh b/build_android.sh
index bb632c89..ef32e7e3 100755
--- a/build_android.sh
+++ b/build_android.sh
@@ -89,7 +89,7 @@ if [ "$BUILD_MODE" = "native" ] || [ "$BUILD_MODE" = "all" ]; then
# use the right plugin for SSL certificate mgmt
cordova plugin remove cordova-plugin-crosswalk-certificate-pp-fork
- cordova plugin add cordova-plugin-cerfificates
+ cordova plugin add cordova-plugin-certificates
cp "$NINJAKEYSTORE" platforms/android/
# Make sure native builds are only deployed in devices < Android 5
diff --git a/package.json b/package.json
index d500e422..85a25f13 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