Skip to content

Commit

Permalink
Upgrade okhttp to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chiuki committed Nov 29, 2017
1 parent 1bccc68 commit 20fd78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idling-registry-okhttp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.squareup.retrofit2:retrofit:2.3.0'
implementation 'com.squareup.retrofit2:converter-moshi:2.3.0'
implementation 'com.squareup.okhttp3:okhttp:3.9.0'
implementation 'com.squareup.okhttp3:okhttp:3.9.1'

debugImplementation 'com.android.support.test.espresso.idling:idling-concurrent:3.0.1'
debugImplementation ('com.jakewharton.espresso:okhttp3-idling-resource:1.0.0') {
Expand Down

0 comments on commit 20fd78b

Please sign in to comment.