Skip to content

Commit

Permalink
FIX #177 : Update Retrofit library to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Husta committed May 23, 2020
1 parent 60e9cc3 commit cdab0dd
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.10'
implementation 'com.squareup.retrofit2:retrofit:2.8.2'
implementation 'com.squareup.retrofit2:converter-jackson:2.8.2'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-jackson:2.9.0'
implementation 'com.squareup.okhttp3:okhttp:4.7.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.11.0'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.11.0'
Expand Down

0 comments on commit cdab0dd

Please sign in to comment.