diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-08-14 09:56:16 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-08-14 09:56:16 -0400 |
| commit | c32a7bff77059e39326f5a7fa47e5d5a46823918 (patch) | |
| tree | e81ff39d65c2bb89427b781acfc3ff6518591e46 | |
| parent | 831ca0bca335460a4677b6d9e9cc0d88d26ad577 (diff) | |
update build-tools to 31.0.0
| -rw-r--r-- | static/build.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index 407406ec..945d51ce 100644 --- a/static/build.html +++ b/static/build.html @@ -927,11 +927,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;30.0.2'</pre> + <pre>sdkmanager 'build-tools;31.0.0'</pre> <p>Add the <code>build-tools</code> executables to your <code>PATH</code>:</p> - <pre>export PATH="$HOME/android/sdk/build-tools/30.0.2:$PATH"</pre> + <pre>export PATH="$HOME/android/sdk/build-tools/31.0.0:$PATH"</pre> <p>For working with native code, you need the NDK:</p> |
