Skip to content

Commit c4b7870

Browse files
committed
fix(android): update to latest okhttp lib
1 parent 4abced6 commit c4b7870

File tree

2 files changed

+367
-1300
lines changed

2 files changed

+367
-1300
lines changed

packages/https/platforms/android/include.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
def okHttpVersion = project.hasProperty("okHttpVersion") ? project.okHttpVersion : "4.9.3"
2+
def okHttpVersion = project.hasProperty("okHttpVersion") ? project.okHttpVersion : "4.10.0"
33
implementation "com.squareup.okhttp3:okhttp:$okHttpVersion"
44
// def conscryptVersion = project.hasProperty("conscryptVersion") ? project.conscryptVersion : "2.4.0"
55
// implementation "org.conscrypt:conscrypt-android:$conscryptVersion"

0 commit comments

Comments
 (0)