Skip to content

Commit dfc3c4a

Browse files
authored
Merge pull request #14681 from woocommerce/betafix/fix-ipp-okhttp-bug
BetaFix: Fix IPP
2 parents a2ebe1a + e369212 commit dfc3c4a

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

RELEASE-NOTES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
-----
1010

1111

12+
23.3.1
13+
-----
14+
- [***] Fix issue with In Person Payments card reader connection flow [https://github.com/woocommerce/woocommerce-android/pull/14681]
1215
23.3
1316
-----
1417
- [Internal] Migration to POS specific product model [https://github.com/woocommerce/woocommerce-android/pull/14598]

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectr
259259
squareup-javapoet = { module = "com.squareup:javapoet", version.ref = "squareup-javapoet" }
260260
squareup-leakcanary-android = { group = "com.squareup.leakcanary", name = "leakcanary-android", version.ref = "squareup-leakcanary" }
261261
squareup-okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "squareup-okhttp3" }
262+
squareup-okhttp3-tls = { module = "com.squareup.okhttp3:okhttp-tls", version.ref = "squareup-okhttp3" }
262263
squareup-okhttp3-urlconnection = { module = "com.squareup.okhttp3:okhttp-urlconnection", version.ref = "squareup-okhttp3" }
263264
stripe-terminal-taptopay = { group = "com.stripe", name = "stripeterminal-taptopay", version.ref = "stripe-terminal" }
264265
stripe-terminal-core = { group = "com.stripe", name = "stripeterminal-core", version.ref = "stripe-terminal" }

libs/fluxc/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ dependencies {
8686
api libs.eventbus.java
8787
api libs.squareup.okhttp3
8888
implementation libs.squareup.okhttp3.urlconnection
89+
implementation libs.squareup.okhttp3.tls
8990
api libs.volley
9091
implementation libs.google.gson
9192

0 commit comments

Comments
 (0)