From 4bb830ae5ea2a02111154f3c61f7c8bb08ae72ac Mon Sep 17 00:00:00 2001 From: malinajirka Date: Thu, 2 Oct 2025 16:28:01 +0200 Subject: [PATCH 1/3] Explicitly declare tls okhttp dependency --- gradle/libs.versions.toml | 1 + libs/fluxc/build.gradle | 1 + 2 files changed, 2 insertions(+) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e9647091f88f..79801fb9ec10 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -259,6 +259,7 @@ robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectr squareup-javapoet = { module = "com.squareup:javapoet", version.ref = "squareup-javapoet" } squareup-leakcanary-android = { group = "com.squareup.leakcanary", name = "leakcanary-android", version.ref = "squareup-leakcanary" } squareup-okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "squareup-okhttp3" } +squareup-okhttp3-tls = { module = "com.squareup.okhttp3:okhttp-tls", version.ref = "squareup-okhttp3" } squareup-okhttp3-urlconnection = { module = "com.squareup.okhttp3:okhttp-urlconnection", version.ref = "squareup-okhttp3" } stripe-terminal-taptopay = { group = "com.stripe", name = "stripeterminal-taptopay", version.ref = "stripe-terminal" } stripe-terminal-core = { group = "com.stripe", name = "stripeterminal-core", version.ref = "stripe-terminal" } diff --git a/libs/fluxc/build.gradle b/libs/fluxc/build.gradle index 05c7a802efed..1a5c03ddc909 100644 --- a/libs/fluxc/build.gradle +++ b/libs/fluxc/build.gradle @@ -86,6 +86,7 @@ dependencies { api libs.eventbus.java api libs.squareup.okhttp3 implementation libs.squareup.okhttp3.urlconnection + implementation libs.squareup.okhttp3.tls api libs.volley implementation libs.google.gson From e36921273bb76551b6eacc98c0424163aa181025 Mon Sep 17 00:00:00 2001 From: malinajirka Date: Thu, 2 Oct 2025 16:33:23 +0200 Subject: [PATCH 2/3] Update release notes --- RELEASE-NOTES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index ae89d3d83d53..d285a75588ee 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -9,6 +9,9 @@ ----- +23.3.1 +----- +- [***] Fix issue with In Person Payments card reader connection flow [https://github.com/woocommerce/woocommerce-android/pull/14681] 23.3 ----- - [Internal] Migration to POS specific product model [https://github.com/woocommerce/woocommerce-android/pull/14598] From bfaf24fd0cdd5803ffe58bb81d469d2a5d69fd5f Mon Sep 17 00:00:00 2001 From: Automattic Release Bot Date: Thu, 2 Oct 2025 11:24:15 -0400 Subject: [PATCH 3/3] Bump version number --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.properties b/version.properties index 4c0779c8fe0b..a6b4ee6a339b 100644 --- a/version.properties +++ b/version.properties @@ -1,2 +1,2 @@ -versionName=23.3-rc-1 -versionCode=693 \ No newline at end of file +versionName=23.3-rc-2 +versionCode=694 \ No newline at end of file