summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild_android.sh2
-rwxr-xr-xcheckperms.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/build_android.sh b/build_android.sh
index d2dc79a4..efd0cc5f 100755
--- a/build_android.sh
+++ b/build_android.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-SDK_VERSION='29.0.2'
+SDK_VERSION='29.0.3'
build_debug() {
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