diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 342574d534eb..aad8816a97b6 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -2,6 +2,7 @@ 25.2 ----- +* [*] Fix ability to update a published post's date [https://github.com/wordpress-mobile/WordPress-Android/pull/21036] 25.1 diff --git a/build.gradle b/build.gradle index bd6798e399a4..17fd7b7e7541 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ ext { automatticTracksVersion = '5.1.0' gutenbergMobileVersion = 'v1.121.0-alpha1' wordPressAztecVersion = 'v2.1.3' - wordPressFluxCVersion = 'trunk-79f2bc35285748c715e00f2a6648ed6831632178' + wordPressFluxCVersion = '3045-5fc175e4780dec098cfd04bf5eb9da7f3cce4076' wordPressLoginVersion = '1.16.0' wordPressPersistentEditTextVersion = '1.0.2' wordPressUtilsVersion = '3.14.0'