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 cb830a8 commit eb0b61eCopy full SHA for eb0b61e
plugin/platforms/android/include.gradle
@@ -1,5 +1,5 @@
1
dependencies {
2
- def okHttpVersion = project.hasProperty("okHttpVersion") ? project.okHttpVersion : "3.14.7"
+ def okHttpVersion = project.hasProperty("okHttpVersion") ? project.okHttpVersion : "3.14.9"
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