Skip to content

Commit 151a32f

Browse files
committed
chore(android): update okhttp version
1 parent 1291612 commit 151a32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.10.0"
2+
def okHttpVersion = project.hasProperty("okHttpVersion") ? project.okHttpVersion : "4.12.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)