Skip to content

Commit eb0b61e

Browse files
committed
fix(android): upgrade okhttp to max 3.x
1 parent cb830a8 commit eb0b61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/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 : "3.14.7"
2+
def okHttpVersion = project.hasProperty("okHttpVersion") ? project.okHttpVersion : "3.14.9"
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)