Update Retrofit GSON converter

This commit is contained in:
Eugene Cheung 2019-01-22 18:40:23 -05:00
commit 365e953d91
No known key found for this signature in database
GPG key ID: E1FD745328866B0A

View file

@ -139,7 +139,7 @@ dependencies {
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
implementation 'com.squareup.retrofit2:retrofit:2.5.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.anjlab.android.iab.v3:library:1.0.44'