aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authordanysantiago <danysantiago@google.com>2020-01-22 16:04:12 -0800
committerDaniel Santiago <danyboricua91@gmail.com>2020-01-28 14:52:35 -0800
commitf45213ea279d8deb926377fb66de18f3ae5cbc97 (patch)
tree2cca2345d6e95d945a90c2c4349ddc2a4fc68a04 /WORKSPACE
parent7f636ca0329c6df2e8e7ac4ecdc776a483c0cdb8 (diff)
downloaddagger2-f45213ea279d8deb926377fb66de18f3ae5cbc97.tar.gz
Dagger AndroidX Migration
Update imports and dependencies to use AndroidX APIs. For backwards compatibility, produce two new artifacts, "dagger-android-legacy" and "dagger-android-support-legacy" that are dejetified artifacts of the AndroidX versions. Resolves #1652 Resolves #1619 Resolves #1489 Resolves #1444 Resolves #1313 Resolves #1271 Resolves #1248 Resolves #1264 Co-authored-by: Zac Sweers <zsweers@slack-corp.com> RELNOTES=Migrate dagger-android to AndroidX. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=291051989
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE3
1 files changed, 3 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 2ed847ad6..36b446280 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -52,6 +52,9 @@ maven_install(
"com.android.support:support-annotations:25.0.0",
"com.android.support:support-fragment:25.0.0",
"com.android.support:appcompat-v7:25.0.0",
+ "androidx.annotation:annotation:1.1.0",
+ "androidx.fragment:fragment:1.1.0",
+ "androidx.appcompat:appcompat:1.1.0",
"org.jetbrains.kotlin:kotlin-stdlib:1.3.50",
"org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.1.0",
],