Skip to content

Commit

Permalink
#36 bumped okhttp version to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhramanan committed Jul 21, 2016
1 parent 3118ab7 commit 4b88213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:support-annotations:24.0.0'
compile 'com.android.support:support-annotations:24.1.0'
compile 'org.slf4j:slf4j-api:1.7.6'
compile 'com.squareup.okhttp3:okhttp:3.4.0'
compile 'com.squareup.okhttp3:okhttp:3.4.1'

testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'
Expand Down

0 comments on commit 4b88213

Please sign in to comment.