From b187e4eb81e85ab032845bedb3ef3297cc789d06 Mon Sep 17 00:00:00 2001 From: Clocks <38189170+Doomsdayrs@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:00:36 -0400 Subject: [PATCH] Update building-for-android SDK version Signed-off-by: Clocks <38189170+Doomsdayrs@users.noreply.github.com> --- src/hacking/building-for-android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hacking/building-for-android.md b/src/hacking/building-for-android.md index 73dfe2d..e86b902 100644 --- a/src/hacking/building-for-android.md +++ b/src/hacking/building-for-android.md @@ -15,7 +15,7 @@ Versions before and after change the layout of the NDK and add or remove files. If you are using the `sdkmanager` tool, you can do: ```sh -tools/bin/sdkmanager platform-tools "platforms;android-33" "build-tools;33.0.2" "ndk;26.2.11394342" +tools/bin/sdkmanager platform-tools "platforms;android-33" "build-tools;34.0.0" "ndk;26.2.11394342" ``` Set the following environment variables while building.