summaryrefslogtreecommitdiff
path: root/checkperms.sh
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-08-07 08:55:48 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-08-07 08:55:48 -0400
commit025c62ab130de43da4bc628f8255701def970cb8 (patch)
tree55beb36bec917a4ec43ae9ddca0a4d419060d365 /checkperms.sh
parentf63d5c9928ba2c566794712acf065067df9473f2 (diff)
update android sdk targets
Diffstat (limited to 'checkperms.sh')
-rwxr-xr-xcheckperms.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/checkperms.sh b/checkperms.sh
index b5f92c5b..3d2292f9 100755
--- a/checkperms.sh
+++ b/checkperms.sh
@@ -1,8 +1,9 @@
#!/bin/sh
+SDK_VERSION='29.0.1'
if [ -z "$1" ]; then
FILE="platforms/android/build/outputs/apk/android-debug.apk"
else
FILE="$1"
fi
echo "*** Permissions for $FILE ***"
-`echo $ANDROID_HOME`/build-tools/23.0.1/aapt d permissions $FILE
+`echo $ANDROID_HOME`/build-tools/${SDK_VERSION}/aapt d permissions $FILE