Skip to content

Commit

Permalink
FIX #49 : Update Retrofit library to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Husta committed Mar 27, 2018
1 parent 8df24db commit 6918c2b
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 @@ -76,8 +76,8 @@ dependencies {
implementation 'com.android.support:design:27.1.0'
implementation 'com.android.support:customtabs:27.1.0'
implementation 'org.apache.commons:commons-lang3:3.5'
implementation 'com.squareup.retrofit2:retrofit:2.3.0'
implementation 'com.squareup.retrofit2:converter-jackson:2.3.0'
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-jackson:2.4.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.5'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.5'
implementation 'joda-time:joda-time:2.9.9'
Expand Down

0 comments on commit 6918c2b

Please sign in to comment.