diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-08-17 09:48:08 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-08-17 09:48:08 -0400 |
| commit | 71f232ef35f4a78d67c7a208269741e44e8dfb5e (patch) | |
| tree | bd6a8b6dc0cafa0e51a4f52360c2b97a0cbcd233 /build_android.sh | |
| parent | 43df6a5c001540690df76a888f42c64fc3310115 (diff) | |
typo
Diffstat (limited to 'build_android.sh')
| -rwxr-xr-x | build_android.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_android.sh b/build_android.sh index 27b8a381..d084d8c4 100755 --- a/build_android.sh +++ b/build_android.sh @@ -89,7 +89,7 @@ if [ "$BUILD_MODE" = "native" ] || [ "$BUILD_MODE" = "all" ]; then cordova plugin add cordova-plugin-certificates cp "$NINJAKEYSTORE" platforms/android/ - # Make sure native builds are only deployed in devices < Android 5 + # Make sure native builds are only deployed in devices >= Android 5 cordova build android --release -- --minSdkVersion=21 --versionCode=${ver} # copy build to release folder and sign |
