Skip to content

Commit 22f2400

Browse files
committed
more
1 parent 0c9a65a commit 22f2400

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const std = @import("std");
22
const androidbuild = @import("src/androidbuild/androidbuild.zig");
3-
const Apk = @import("src/androidbuild/apk.zig");
3+
const Apk = @import("src/androidbuild/Apk.zig");
44

55
// Expose Android build functionality for use in your build.zig
66

File renamed without changes.

0 commit comments

Comments
 (0)