-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update rules_android to 0.5.1 #1205
base: master
Are you sure you want to change the base?
Conversation
sha256 = versions.ANDROID.SHA, | ||
strip_prefix = "rules_android-%s" % versions.ANDROID.VERSION, | ||
urls = ["https://github.com/bazelbuild/rules_android/archive/v%s.zip" % versions.ANDROID.VERSION], | ||
sha256 = versions.ANDROID.sha256, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can use `versions.use_repository(name = "rules_android", rule=http_archive, version =version.ANDROID)
examples/jetpack_compose/WORKSPACE
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you check if this works? It doesn't have the .bazelrc changes the others do.
Related bazel-contrib/rules_jvm_external#1215, might be worth while holding off on this PR a bit longer to sort out the |
All of the native providers are being moved into Starlark which will unblock this PR bazelbuild/rules_android@ee0f53d |
See bazelbuild/rules_android#256 for updates on the provider Starlark migration |
57d78f1
to
e342eba
Compare
No description provided.