commit 113d3dd3f0ff38d9ad870fa7b20de6fe601c6cb3 (tree)
parent 662303d7e74b93c0169c84dcd64b9f7da51ece3a
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Wed, 13 Aug 2025 05:07:06 +0200
std.Target: bump default android API level from 24 to 29
According to https://apilevels.com, 88.5% of Android users are on 29+. Older API
levels require libc as of https://github.com/ziglang/zig/pull/24629, which has
confused some users. Seems reasonable to bump the default so most people won't
be confused by this.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/std/Target.zig b/lib/std/Target.zig
@@ -482,7 +482,7 @@ pub const Os = struct {
break :blk default_min;
},
- .android = 24,
+ .android = 29,
},
},
.rtems => .{