diff options
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 |
