You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some methods, like SetParams.px() were moved to BaseSetExParams which is source compatible change but is not binary compatible (code compiled with an old version does not work with 6.0.0 and vice versa). This make it hard for library author to support both 6.0.0 and older version. Can you please reintroduce the methods back to SetParams?