Skip to content

Commit 49b751c

Browse files
committed
use latest patch version of "35.0.x" instead
1 parent 66b741b commit 49b751c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/minimal/build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub fn build(b: *std.Build) void {
2121
}
2222
const android_tools = android.Tools.create(b, .{
2323
.api_level = .android15,
24-
.build_tools_version = "35.0.0",
24+
.build_tools_version = "35.0.1",
2525
.ndk_version = "29.0.13113456",
2626
});
2727
const apk = android.APK.create(b, android_tools);

examples/sdl2/build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub fn build(b: *std.Build) void {
2222
}
2323
const android_tools = android.Tools.create(b, .{
2424
.api_level = .android15,
25-
.build_tools_version = "35.0.0",
25+
.build_tools_version = "35.0.1",
2626
.ndk_version = "29.0.13113456",
2727
// NOTE(jae): 2025-03-09
2828
// Previously this example used 'ndk' "27.0.12077973".

0 commit comments

Comments
 (0)