Skip to content

Commit

Permalink
Merge pull request #54 from Meesho/agp_dependency_crash_fix
Browse files Browse the repository at this point in the history
upgraded activity version, lifecycle, fragment version
  • Loading branch information
Prakhar-kuls authored Nov 22, 2022
2 parents c01033d + b1800ad commit cb3ff9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ buildscript {
coroutineVersion = '1.5.2'

// Google libraries
activityVersion = '1.4.0'
activityVersion = '1.5.1'
appCompatVersion = '1.2.0'
constraintLayoutVersion = '1.1.3'
materialComponentsVersion = '1.2.1'
roomVersion = '2.4.3'
fragmentVersion = '1.2.5'
lifecycleVersion = '2.2.0'
fragmentVersion = '1.5.1'
lifecycleVersion = '2.5.1'
androidXArchTestVersion = '2.0.0'
paletteKtxVersion = '1.0.0'
jsonhandleviewVersion = '1.2.2'
Expand Down

0 comments on commit cb3ff9b

Please sign in to comment.