Skip to content

Commit

Permalink
Upgrade Dagger, Gson, Joda Time
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Sep 11, 2024
1 parent e2b62a5 commit 7ed8f6d
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 @@ -49,15 +49,15 @@ buildscript {

versions.loremipsum = '1.0'

versions.dagger = '2.44'
versions.dagger = '2.52'

versions.gson = '2.10'
versions.gson = '2.11.0'

versions.dropbox_core_sdk = '5.4.4'

versions.juniversalchardet = '1.0.3'

versions.joda_time = '2.12.0'
versions.joda_time = '2.12.7'

versions.glide = '4.14.2'

Expand Down

0 comments on commit 7ed8f6d

Please sign in to comment.