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 4d36139 commit ea49343Copy full SHA for ea49343
README.md
@@ -53,7 +53,7 @@ Add the following to your build.zig.zon file and run `zig build`.
53
.{
54
.dependencies = .{
55
.@"zig-android-sdk" = .{
56
- .path = "https://github.com/zigimg/zigimg/archive/REPLACE_WITH_WANTED_COMMIT.tar.gz",
+ .path = "https://github.com/silbinarywolf/zig-android-sdk/archive/REPLACE_WITH_WANTED_COMMIT.tar.gz",
57
// .hash = REPLACE_WITH_HASH_FROM_BUILD_ERROR
58
},
59
0 commit comments