aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorerichang <erichang@google.com>2019-10-23 15:34:24 -0700
committerColin Decker <cgdecker@gmail.com>2019-10-24 14:57:31 -0400
commit39fa2cc4d73bec2fd8b3024f7adb75508ff9d2df (patch)
tree3cbefb4cd3bc1f9dbddcb120bb582f4dcea3604c /WORKSPACE
parent40e9dcb7dc3f33ff4d8a2dd5b0c4f4d05a199188 (diff)
downloaddagger2-39fa2cc4d73bec2fd8b3024f7adb75508ff9d2df.tar.gz
Add maven targets for support library dependencies
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=276365033
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE4
1 files changed, 4 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index c694797a8..fe2af2407 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -48,10 +48,14 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
maven_install(
artifacts = [
+ "com.android.support:support-annotations:25.0.0",
+ "com.android.support:support-fragment:25.0.0",
+ "com.android.support:appcompat-v7:25.0.0",
"org.jetbrains.kotlin:kotlin-stdlib:1.3.50",
"org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.1.0",
],
repositories = [
"https://repo1.maven.org/maven2",
+ "https://maven.google.com",
],
)