summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-08-17 09:48:08 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-08-17 09:48:08 -0400
commit71f232ef35f4a78d67c7a208269741e44e8dfb5e (patch)
treebd6a8b6dc0cafa0e51a4f52360c2b97a0cbcd233
parent43df6a5c001540690df76a888f42c64fc3310115 (diff)
typo
-rwxr-xr-xbuild_android.sh2
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