From 3b3e5a676e9c42bb0612220bda130e973c155770 Mon Sep 17 00:00:00 2001 From: Petros Paraskevopoulos Date: Tue, 7 Nov 2023 15:46:14 +0200 Subject: [PATCH] Build: Update fluxc version to pr hash (#2886) This 'FluxC' PR hash updates the library to that branch version where the 'MediaModel' is updated to its new null proof version. FluxC PR: https://github.com/wordpress-mobile/ WordPress-FluxC-Android/pull/2886 This step is required in order to check that these 'FluxC' related changes work as expected for WPAndroid. ------------------------------------------------------------------------ FYI: This change is an addition to f6f93759b05bd0b1086cdeb7f3ec4042307ddcc4. This change is necessary in order to overcome and resolve new merge conflicts. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index da8622bbdd03..0fc3b57f5e22 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ ext { automatticTracksVersion = '3.3.0' gutenbergMobileVersion = 'v1.107.0' wordPressAztecVersion = 'v1.8.0' - wordPressFluxCVersion = 'trunk-82a701e28d0eeb8c1612b256fd9d772182a13b6a' + wordPressFluxCVersion = '2886-feea7f92db822907a344d2f04195da23155a88bd' wordPressLoginVersion = 'trunk-9963d78096edf65f8704b803e5b93c08fc9174cd' wordPressPersistentEditTextVersion = '1.0.2' wordPressUtilsVersion = '3.10.0'