diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-08-09 13:10:10 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-08-09 13:10:10 -0400 |
| commit | 452e4487875a362b98f4dc99a5c34e9f18f7bfa8 (patch) | |
| tree | f8332c18b5061789b17b0316cd009997a72b6443 /build_android.sh | |
| parent | 5967a01651b9992db1a1ebf89e3b9aa1ea34b5a5 (diff) | |
uh oh, I changed minSdk instead of targetSdk
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 9692dad5..b7321c8c 100755 --- a/build_android.sh +++ b/build_android.sh @@ -49,7 +49,7 @@ build_release() { cp "$NINJAKEYSTORE" platforms/android/ # Make sure native builds are only deployed in devices >= Android 5 - cordova build android --release -- --minSdkVersion=28 --versionCode=${ver} + cordova build android --release -- --minSdkVersion=21 --targetSdkVersion=28 --versionCode=${ver} # copy build to release folder and sign cp platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk release_files/android-release-unsigned.apk |
