Commit 113d3dd3f0

Alex Rønne Petersen <alex@alexrp.com>
2025-08-13 05:07:06
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.
1 parent 662303d
Changed files (1)
lib
lib/std/Target.zig
@@ -482,7 +482,7 @@ pub const Os = struct {
 
                             break :blk default_min;
                         },
-                        .android = 24,
+                        .android = 29,
                     },
                 },
                 .rtems => .{