Skip to content

Commit

Permalink
Move to okhttp 3.9.1 to fix crash: square/okhttp#3438
Browse files Browse the repository at this point in the history
  • Loading branch information
unverbraucht committed Feb 8, 2018
1 parent a0664d4 commit 27aaff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ repositories {

dependencies {
implementation fileTree(dir: 'libs', include: '*.jar')
implementation 'com.squareup.okhttp3:okhttp:3.9.0'
implementation 'com.squareup.okhttp3:okhttp:3.9.1'
implementation "com.android.support:support-annotations:$rootProject.ext.supportLibraryVersion"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
kapt project(path: ':ejecta-v8:v8annotations-compiler')
Expand Down

0 comments on commit 27aaff0

Please sign in to comment.