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
Deprecates Button#stop() since it can lead to unexpected behavior when called externally. Apps should use Button#logout() instead.
Deprecates ButtonDropin#prepareForDisplay(ButtonContext) and ButtonDropin#prepareForDisplay(ButtonContext, ButtonDropin.Listener). Apps should use ButtonDropin#prepareWithAction(AppAction) instead.
Minor bug fixes and improvements to app install flow.
Fixes web checkout bug that opened the Google Play store in a popup window instead of the native app for some websites when clicking an app install banner.
Fixes app install notification bug when using SSO authentication.
Minor networking improvements and enhanced debug logging when fetching app actions.