Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
dependencies {
// TODO: pin okhttp to a stable version. 5.x is needed for this fix:
// https://github.com/square/okhttp/issues/6258
def okhttpVersion = '5.0.0-alpha.12'
def okhttpVersion = '5.0.0-alpha.14'
def retrofitVersion = '2.9.0'

api "com.squareup.okhttp3:okhttp:$okhttpVersion"
Expand Down