summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-11-11 22:27:47 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-11-11 22:27:47 -0500
commitd9bff3571d610bd1633060a031526e20cef5a9f3 (patch)
treec830646640ff5c8760b5ff7e73a61a4c78eecf3e
parent9b149e6d38a8fd3582f910dc31bbff34c6f90142 (diff)
update build-tools in SDK guide to 35.0.0
-rw-r--r--static/build.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html
index 6b6f24bd..61dcc61b 100644
--- a/static/build.html
+++ b/static/build.html
@@ -1178,11 +1178,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;33.0.2'</pre>
+ <pre>sdkmanager 'build-tools;35.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/33.0.2:$PATH"</pre>
+ <pre>export PATH="$HOME/android/sdk/build-tools/35.0.0:$PATH"</pre>
<p>For working with native code, you need the NDK:</p>