summaryrefslogtreecommitdiff
path: root/checkperms.sh
diff options
context:
space:
mode:
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