diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-05-15 14:28:41 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-05-15 14:28:41 -0400 |
| commit | e1f49312c58bf77044a05f6ecbc3839be046620a (patch) | |
| tree | b7b6d5da5e5958c94c2339c6d8107dc87ffe8178 /build_android.sh | |
| parent | 251f3ec09ef9ac99f273be2051be12ebb3a63c3c (diff) | |
fix api version
Diffstat (limited to 'build_android.sh')
| -rwxr-xr-x | build_android.sh | 2 |
1 files changed, 1 insertions, 1 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() { |
