summaryrefslogtreecommitdiff
path: root/checkperms.sh
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-05-15 14:28:41 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-05-15 14:28:41 -0400
commite1f49312c58bf77044a05f6ecbc3839be046620a (patch)
treeb7b6d5da5e5958c94c2339c6d8107dc87ffe8178 /checkperms.sh
parent251f3ec09ef9ac99f273be2051be12ebb3a63c3c (diff)
fix api version
Diffstat (limited to 'checkperms.sh')
-rwxr-xr-xcheckperms.sh2
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