diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-12-05 11:51:08 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-12-05 11:51:08 -0500 |
| commit | d3d05d3519846c4e13a13b6950abff436aa4b252 (patch) | |
| tree | bd9b77f5ae1a936d344e85fcaabe7e34328c92a3 /build_android.sh | |
| parent | 28e525a3d37473f960953314b8f1f98f275ed950 (diff) | |
#1020 move to cordova-android 9, use compileSdk29 and make legacyExternalStorate true
Diffstat (limited to 'build_android.sh')
| -rwxr-xr-x | build_android.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build_android.sh b/build_android.sh index 2f645912..7882dfee 100755 --- a/build_android.sh +++ b/build_android.sh @@ -1,5 +1,5 @@ #!/bin/bash -SDK_VERSION='29.0.3' +SDK_VERSION='30.0.2' build_debug() { @@ -56,7 +56,7 @@ build_release() { # Make sure native builds are only deployed in devices >= Android 5 # minSdk and targetSdk version are in config.xml - cordova build android --release -- --versionCode=${ver} + cordova build android --release -- --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 |
