diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-15 12:26:32 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-15 12:26:32 -0400 |
| commit | 635a9bd9eee82c7ab76bc7afeb9fafa3dc80a3d0 (patch) | |
| tree | bff6fb56cce892c3de1c9782f55148d9b41d2855 /build_android.sh | |
| parent | 51147d827dc8c1133b1f3da5ec316d3f115822ff (diff) | |
ionic lib updates
Diffstat (limited to 'build_android.sh')
| -rwxr-xr-x | build_android.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build_android.sh b/build_android.sh index 87cfc889..bcf226e7 100755 --- a/build_android.sh +++ b/build_android.sh @@ -82,7 +82,8 @@ if [ "$BUILD_MODE" = "native" ] || [ "$BUILD_MODE" = "all" ]; then # use the right plugin for SSL certificate mgmt cordova plugin remove cordova-plugin-crosswalk-certificate - cordova plugin add https://github.com/hypery2k/cordova-certificate-plugin + cordova plugin add https://github.com/hypery2k/cordova-certificate-plugin.git + #cordova plugin add https://github.com/hypery2k/cordova-certificate-plugin #ionic platform remove android #ionic platform add android cp "$NINJAKEYSTORE" platforms/android/ |
