SendBird Chat v3.0.159 (Android) has been released! (2021-03-15)

https://github.com/sendbird/SendBird-SDK-Android/releases/tag/v3.0.159

• Added alwaysReceiveMessage() in SendBirdPushHandler and SendBirdHmsPushHandler.
• When using multi-device support for push notification, by default, the SDK ignores push payload when the app is connected to the Sendbird (online). To always receive push payload regardless of the connection state, override this method and return true.
• Added SendBird.ChannelHandler#onChannelMemberCountChanged and SendBird.ChannelHandler#onChannelParticipantCountChanged.
• SDK now uses AndroidX libraries instead of support libraries. (with jetifier turned off)