Skip to content

Commit 0f2d043

Browse files
committed
Deps: Update fluxc to latest trunk hash
This 'FluxC' hash updates 'FluxC' to that latest 'trunk' version where the 'RefreshSitesXMLRPCPayload' data class becomes immutable. The 'Login' library and its 'FluxC' dependency is using this model and as such requires this change. For more info see: https://github.com/wordpress-mobile/ WordPress-Login-Flow-Android/pull/92 This, in coordination to the previous 'Login' update commit that followed, is done in order to make sure that both, this WPAndroid client and its 'Login' library dependency, are pointing to that 'FluxC' version where everything works as expected, without crashes or weird behaviors.
1 parent 800db37 commit 0f2d043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ext {
2121
coroutinesVersion = '1.5.2'
2222
androidxWorkVersion = "2.7.0"
2323

24-
fluxCVersion = '1.49.0'
24+
fluxCVersion = 'trunk-eb1d39ad095c01367af03c4259ab93cda14c675e'
2525

2626
appCompatVersion = '1.0.2'
2727
androidxCoreVersion = '1.3.2'

0 commit comments

Comments
 (0)