diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-08-07 08:55:48 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-08-07 08:55:48 -0400 |
| commit | 025c62ab130de43da4bc628f8255701def970cb8 (patch) | |
| tree | 55beb36bec917a4ec43ae9ddca0a4d419060d365 /checkperms.sh | |
| parent | f63d5c9928ba2c566794712acf065067df9473f2 (diff) | |
update android sdk targets
Diffstat (limited to 'checkperms.sh')
| -rwxr-xr-x | checkperms.sh | 3 |
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 |
