We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abced6 commit c4b7870Copy full SHA for c4b7870
packages/https/platforms/android/include.gradle
@@ -1,5 +1,5 @@
1
dependencies {
2
- def okHttpVersion = project.hasProperty("okHttpVersion") ? project.okHttpVersion : "4.9.3"
+ def okHttpVersion = project.hasProperty("okHttpVersion") ? project.okHttpVersion : "4.10.0"
3
implementation "com.squareup.okhttp3:okhttp:$okHttpVersion"
4
// def conscryptVersion = project.hasProperty("conscryptVersion") ? project.conscryptVersion : "2.4.0"
5
// implementation "org.conscrypt:conscrypt-android:$conscryptVersion"
0 commit comments