Skip to content

Commit

Permalink
Update the androidx fragment, lifecycle and activity dependencies whi…
Browse files Browse the repository at this point in the history
…ch contain patch fixes.

Fixes: #2519
RELNOTES="Update the androidx fragment, lifecycle and activity dependencies which contain patch fixes."
PiperOrigin-RevId: 366108621
  • Loading branch information
danysantiago authored and Dagger Team committed Mar 31, 2021
1 parent 41ebd99 commit efcdbe1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit efcdbe1

Please sign in to comment.