Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions 19 WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,17 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")

### end of rules_jvm_external setup

# Important: there can only be one maven_install rule. Add new maven deps here.
ANTLR4_VERSION = "4.13.2"
maven_install(
name = "maven",
# keep sorted
artifacts = [
"com.google.auto.value:auto-value:1.11.0",
"com.google.auto.value:auto-value-annotations:1.11.0",
"com.google.code.findbugs:annotations:3.0.1",
"com.google.errorprone:error_prone_annotations:2.36.0",
"com.google.guava:guava:33.3.1-jre",
"com.google.guava:guava-testlib:33.3.1-jre",
"com.google.guava:guava:33.4.0-jre",
"com.google.guava:guava-testlib:33.4.0-jre",
"com.google.protobuf:protobuf-java:4.29.3",
"com.google.protobuf:protobuf-java-util:4.29.3",
"com.google.re2j:re2j:1.8",
Expand All @@ -151,6 +151,19 @@ maven_install(
],
)

maven_install(
name = "maven_android",
# keep sorted
artifacts = [
"com.google.guava:guava:33.4.0-android",
"com.google.protobuf:protobuf-javalite:4.29.3",
],
repositories = [
"https://maven.google.com",
"https://repo1.maven.org/maven2",
],
)

### rules_android setup
http_archive(
name = "rules_android",
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.