Skip to content

Commit

Permalink
FIX #156 : Update Retrofit library to 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusta committed Feb 25, 2020
1 parent 28264d1 commit 079a84a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ dependencies {
implementation 'com.google.android.material:material:1.1.0'

implementation 'org.apache.commons:commons-lang3:3.9'
implementation 'com.squareup.retrofit2:retrofit:2.7.1'
implementation 'com.squareup.retrofit2:converter-jackson:2.7.1'
implementation 'com.squareup.retrofit2:retrofit:2.7.2'
implementation 'com.squareup.retrofit2:converter-jackson:2.7.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.10.2'
implementation 'joda-time:joda-time:2.10.5'
Expand Down

0 comments on commit 079a84a

Please sign in to comment.