diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 914974feef4..c39c88b09d3 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -2,6 +2,11 @@ 17.4 ----- +- [**] Added support to use third-party passkey providers and other devices passkeys as a WordPress.com login option [https://github.com/woocommerce/woocommerce-android/pull/10647] + +17.3 +----- + 17.3 ----- diff --git a/build.gradle b/build.gradle index 7facee1cf03..41b347f6fc3 100644 --- a/build.gradle +++ b/build.gradle @@ -115,7 +115,7 @@ ext { hiltJetpackVersion = '1.1.0' wordPressUtilsVersion = '3.5.0' mediapickerVersion = '0.3.0' - wordPressLoginVersion = '1.9.0' + wordPressLoginVersion = 'trunk-a90b1ce939aba700d822f188d41624385f9c1dce' aboutAutomatticVersion = '0.0.6' automatticTracksVersion = '3.2.0' workManagerVersion = '2.7.1'