aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorDagger Team <java-team-github-bot@google.com>2020-12-14 12:27:37 -0800
committerDagger Team <dagger-dev+copybara@google.com>2020-12-14 12:29:07 -0800
commitf11b2bc9f1ed98995bd0fc4163e0679dbb47b177 (patch)
tree4437ee619638861323a9e05c48a2a5a472d3bf57 /WORKSPACE
parent210ba4be13e28e4504855005482cc0987c8c3eff (diff)
downloaddagger2-f11b2bc9f1ed98995bd0fc4163e0679dbb47b177.tar.gz
Update Android SDK and build tools to 30 along with AGP to 4.1.1. AGP also requires newer Gradle version, so bumping the wrapper to 6.7. Robolectric also had tro be updates to 4.5-alpha which supports API 30.
RELNOTES=N/A PiperOrigin-RevId: 347443545
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index c768bbb39..5d82d644e 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -23,9 +23,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "google_bazel_common",
- sha256 = "7e5584a1527390d55c972c246471cffd4c68b4c234d288f6afb52af8619c4560",
- strip_prefix = "bazel-common-d58641d120c2ad3d0afd77b57fbaa78f3a97d914",
- urls = ["https://github.com/google/bazel-common/archive/d58641d120c2ad3d0afd77b57fbaa78f3a97d914.zip"],
+ sha256 = "d1d34f45d8ec981fcb70cfbf0894fa907c929f2015411b022fbfa35696daa3b2",
+ strip_prefix = "bazel-common-cc78f7808ab3d0641fc3e012a9ef6d0bec516d07",
+ urls = ["https://github.com/google/bazel-common/archive/cc78f7808ab3d0641fc3e012a9ef6d0bec516d07.zip"],
)
load("@google_bazel_common//:workspace_defs.bzl", "google_common_workspace_rules")