Skip to content

Commit ffd0fe0

Browse files
committed
Fix an out of date OkHttp version.
1 parent 015d265 commit ffd0fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/okhttp/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
implementation project(':library')
55
annotationProcessor project(':annotation:compiler')
66

7-
api "com.squareup.okhttp:okhttp:2.7.2"
7+
api "com.squareup.okhttp:okhttp:2.7.5"
88
api "com.android.support:support-annotations:${ANDROID_SUPPORT_VERSION}"
99
}
1010

0 commit comments

Comments
 (0)