summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-05-30 12:20:27 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2025-05-30 12:20:27 -0400
commitb96011904a5b3dd3fa68e45a81da01ea69cc2d2a (patch)
tree64411b6bb010da44896d28de78558b54dfd76b0e
parentcd90e0c0c5aa0edc686b6bd08a5671c655f245c9 (diff)
update recommended build-tools version to 36.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 47a49f6e..1e822bc3 100644
--- a/static/build.html
+++ b/static/build.html
@@ -1004,11 +1004,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;35.0.0'</pre>
+ <pre>sdkmanager 'build-tools;36.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/35.0.0:$PATH"</pre>
+ <pre>export PATH="$HOME/android/sdk/build-tools/36.0.0:$PATH"</pre>
<p>For working with native code, you need the NDK:</p>