From e1f49312c58bf77044a05f6ecbc3839be046620a Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 15 May 2020 14:28:41 -0400 Subject: fix api version --- checkperms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkperms.sh') 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 -- cgit v1.2.3