Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Sep 12, 2024
1 parent 991c9bb commit e342eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/starlark/core/repositories/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ versions = struct(
ANDROID = version(
version = "0.5.1",
url_templates = [
"https://github.com/bazelbuild/rules_android/releases/download/v{}/rules_android-v{}.tar.gz",
"https://github.com/bazelbuild/rules_android/releases/download/v{version}/rules_android-v{version}.tar.gz",
],
sha256 = "ee0618755913ef7fd6511288a232e8fad24838b9af6ea73972a76e81053c8c2d",
),
Expand Down

0 comments on commit e342eba

Please sign in to comment.