Skip to content

Commit

Permalink
OkHttp 3.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbutcher committed Sep 5, 2017
1 parent 0fd86d2 commit eac9728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
annotationProcessor "com.jakewharton:butterknife-compiler:${versions.butterknife}"
implementation "com.squareup.retrofit2:retrofit:${versions.retrofit}"
implementation "com.squareup.retrofit2:converter-gson:${versions.retrofit}"
implementation 'com.squareup.okhttp3:okhttp:3.8.1'
implementation 'com.squareup.okhttp3:okhttp:3.9.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:${versions.kotlin}"
implementation 'org.jsoup:jsoup:1.10.3'
implementation project(':bypass')
Expand Down

0 comments on commit eac9728

Please sign in to comment.