wordpress-mobile / WordPress-Login-Flow-Android

Pluggable WordPress login flow for Android
GNU General Public License v2.0
14 stars 3 forks source link

Update FluxC to Latest Trunk Hash #92

Closed ParaskP7 closed 1 year ago

ParaskP7 commented 1 year ago

Relates To:

This FluxC hash updates FluxC to that latest 'trunk' version where the RefreshSitesXMLRPCPayload data class becomes immutable.

As such, the refreshXmlRpcSites() method for the LoginUsernamePasswordFragment class needs updating to adhere to this change.

This step is required in order to avoid the client apps like WPAndroid and WCAndroid crashing while using a newer version of FluxC on their side due to transitive dependencies taking precedence and using the latest FluxC version, the one defined on the client's side.

hafizrahman commented 1 year ago

Accidentally restored the branch :)