File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -352,9 +352,9 @@ http_archive(
352
352
http_archive (
353
353
name = "rules_java" ,
354
354
urls = [
355
- "https://github.com/bazelbuild/rules_java/releases/download/8.5.1 /rules_java-8.5.1 .tar.gz" ,
355
+ "https://github.com/bazelbuild/rules_java/releases/download/8.6.2 /rules_java-8.6.2 .tar.gz" ,
356
356
],
357
- sha256 = "1389206b2208c5f33a05dd96e51715b0855c480c082b7bb4889a8e07fcff536c " ,
357
+ sha256 = "a64ab04616e76a448c2c2d8165d836f0d2fb0906200d0b7c7376f46dd62e59cc " ,
358
358
)
359
359
360
360
_protobuf_version = "29.0"
@@ -517,13 +517,11 @@ jvm_maven_import_external(
517
517
],
518
518
)
519
519
520
- RULES_ANDROID_COMMIT = "bcc793e35addb916dd4ac1b858dd9f765083dbe7"
521
-
522
520
http_archive (
523
521
name = "rules_android" ,
524
- sha256 = "8fad8a90bcc7926f1c1a65284ced2d99503d2574948f265bc4f7d5f8225a6d1b " ,
525
- strip_prefix = "rules_android-" + RULES_ANDROID_COMMIT ,
526
- urls = ["https://github.com/bazelbuild/rules_android/archive/%s.zip" % RULES_ANDROID_COMMIT ],
522
+ sha256 = "af84b69ab3d16dd1a41056286e6511f147a94ccea995603e13e934c915c1631c " ,
523
+ strip_prefix = "rules_android-0.6.0" ,
524
+ urls = ["https://github.com/bazelbuild/rules_android/releases/download/v0.6.0/rules_android-v0.6.0.tar.gz" ],
527
525
)
528
526
load ("@rules_android//:prereqs.bzl" , "rules_android_prereqs" )
529
527
rules_android_prereqs ()
You can’t perform that action at this time.
0 commit comments