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 /checkperms.sh | |
| parent | 251f3ec09ef9ac99f273be2051be12ebb3a63c3c (diff) | |
fix api version
Diffstat (limited to 'checkperms.sh')
| -rwxr-xr-x | checkperms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
