Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 0fcd510

Browse files
Sam1301kunall17
authored andcommitted
Upgrade to latest v2.2.0 of retrofit 2.
1 parent fa1e37c commit 0fcd510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ dependencies {
7272
compile 'com.android.support:recyclerview-v7:24.1.1'
7373
compile 'com.google.android.gms:play-services-gcm:8.4.0'
7474
compile 'com.google.android.gms:play-services-auth:8.4.0'
75-
compile 'com.squareup.retrofit2:retrofit:2.1.0'
75+
compile 'com.squareup.retrofit2:retrofit:2.2.0'
7676
compile 'com.squareup.okhttp3:logging-interceptor:3+'
77-
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
77+
compile 'com.squareup.retrofit2:converter-gson:2.2.0'
7878
compile 'com.squareup.okhttp3:okhttp:3+'
7979
compile 'com.j256.ormlite:ormlite-core:5.0'
8080
compile 'com.j256.ormlite:ormlite-android:5.0'

0 commit comments

Comments
 (0)