aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorDaniel Santiago <danysantiago@google.com>2021-03-31 13:51:13 -0700
committerDagger Team <dagger-dev+copybara@google.com>2021-03-31 13:52:40 -0700
commitefcdbe129e20f493da19d07127f77f466b67609b (patch)
treeb29a2c8cb9dd2389ec53f7b2f3d46380bc40d47e /WORKSPACE
parent41ebd99813a44e7ab09d82c30e5deb9c9b07c09f (diff)
downloaddagger2-efcdbe129e20f493da19d07127f77f466b67609b.tar.gz
Update the androidx fragment, lifecycle and activity dependencies which contain patch fixes.
Fixes: https://github.com/google/dagger/issues/2519 RELNOTES="Update the androidx fragment, lifecycle and activity dependencies which contain patch fixes." PiperOrigin-RevId: 366108621
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE10
1 files changed, 5 insertions, 5 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 2b15e8bc7..d49c0e2f3 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -141,11 +141,11 @@ maven_install(
artifacts = [
"androidx.annotation:annotation:1.1.0",
"androidx.appcompat:appcompat:1.2.0",
- "androidx.activity:activity:1.2.1",
- "androidx.fragment:fragment:1.3.1",
- "androidx.lifecycle:lifecycle-common:2.3.0",
- "androidx.lifecycle:lifecycle-viewmodel:2.3.0",
- "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.0",
+ "androidx.activity:activity:1.2.2",
+ "androidx.fragment:fragment:1.3.2",
+ "androidx.lifecycle:lifecycle-common:2.3.1",
+ "androidx.lifecycle:lifecycle-viewmodel:2.3.1",
+ "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1",
"androidx.multidex:multidex:2.0.1",
"androidx.savedstate:savedstate:1.0.0",
"androidx.test:monitor:1.1.1",