From 71f232ef35f4a78d67c7a208269741e44e8dfb5e Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 17 Aug 2018 09:48:08 -0400 Subject: typo --- build_android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_android.sh') 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 -- cgit v1.2.3