summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-09-17 14:07:21 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-09-17 14:07:21 -0400
commit8ffbf1d8e088b06f55e7afe2b41b9fac414b2fdc (patch)
treea201d63dff594956493f49b8d9352f2715397c5c /static/build.html
parent3bc6ba2cd81a0464fe375c9c099e00894e4ec73a (diff)
update Android SDK build-tools version
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html
index 9556cb99..81a3287f 100644
--- a/static/build.html
+++ b/static/build.html
@@ -881,11 +881,11 @@ export PATH="$HOME/android/sdk/cmdline-tools/latest/bin:$PATH"</pre>
<p>For running the Compatibility Test Suite you'll also need the build-tools for
aapt:</p>
- <pre>sdkmanager 'build-tools;29.0.3'</pre>
+ <pre>sdkmanager 'build-tools;30.0.2'</pre>
<p>Add the <code>build-tools</code> executables to your <code>PATH</code>:</p>
- <pre>export PATH="$HOME/android/sdk/build-tools/29.0.3:$PATH"</pre>
+ <pre>export PATH="$HOME/android/sdk/build-tools/30.0.2:$PATH"</pre>
<p>For working with native code, you need the NDK:</p>