We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b741b commit 49b751cCopy full SHA for 49b751c
examples/minimal/build.zig
@@ -21,7 +21,7 @@ pub fn build(b: *std.Build) void {
21
}
22
const android_tools = android.Tools.create(b, .{
23
.api_level = .android15,
24
- .build_tools_version = "35.0.0",
+ .build_tools_version = "35.0.1",
25
.ndk_version = "29.0.13113456",
26
});
27
const apk = android.APK.create(b, android_tools);
examples/sdl2/build.zig
@@ -22,7 +22,7 @@ pub fn build(b: *std.Build) void {
// NOTE(jae): 2025-03-09
28
// Previously this example used 'ndk' "27.0.12077973".
0 commit comments