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

Commit 947cf8a

Browse files
Sam1301timabbott
authored andcommitted
Resolve existing NewerVersionAvailable issues.
Use updated version 3.5.0 of okhttp library.
1 parent 1642403 commit 947cf8a

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
@@ -73,9 +73,9 @@ dependencies {
7373
compile 'com.google.android.gms:play-services-gcm:8.4.0'
7474
compile 'com.google.android.gms:play-services-auth:8.4.0'
7575
compile 'com.squareup.retrofit2:retrofit:2.1.0'
76-
compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'
76+
compile 'com.squareup.okhttp3:logging-interceptor:3.5.0'
7777
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
78-
compile 'com.squareup.okhttp3:okhttp:3.4.1'
78+
compile 'com.squareup.okhttp3:okhttp:3.5.0'
7979
compile 'com.j256.ormlite:ormlite-core:5.0'
8080
compile 'com.j256.ormlite:ormlite-android:5.0'
8181
compile 'commons-lang:commons-lang:2.6'

0 commit comments

Comments
 (0)