Skip to content

Commit

Permalink
Update OkHttp to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pengrad committed Jun 6, 2016
1 parent 40ac9d4 commit fa09890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ processTestResources.dependsOn copyTestResources

dependencies {
compile 'com.google.code.gson:gson:2.6.2'
compile 'com.squareup.okhttp3:okhttp:3.3.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.3.0'
compile 'com.squareup.okhttp3:okhttp:3.3.1'
compile 'com.squareup.okhttp3:logging-interceptor:3.3.1'

testCompile 'junit:junit:4.12'
}
Expand Down

0 comments on commit fa09890

Please sign in to comment.