diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-05-15 14:28:41 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-05-15 14:28:41 -0400 |
| commit | e1f49312c58bf77044a05f6ecbc3839be046620a (patch) | |
| tree | b7b6d5da5e5958c94c2339c6d8107dc87ffe8178 | |
| parent | 251f3ec09ef9ac99f273be2051be12ebb3a63c3c (diff) | |
fix api version
| -rwxr-xr-x | build_android.sh | 2 | ||||
| -rwxr-xr-x | checkperms.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build_android.sh b/build_android.sh index d2dc79a4..efd0cc5f 100755 --- a/build_android.sh +++ b/build_android.sh @@ -1,5 +1,5 @@ #!/bin/bash -SDK_VERSION='29.0.2' +SDK_VERSION='29.0.3' build_debug() { diff --git a/checkperms.sh b/checkperms.sh index 3d2292f9..7c885cb0 100755 --- a/checkperms.sh +++ b/checkperms.sh @@ -1,5 +1,5 @@ #!/bin/sh -SDK_VERSION='29.0.1' +SDK_VERSION='29.0.3' if [ -z "$1" ]; then FILE="platforms/android/build/outputs/apk/android-debug.apk" else |
