Skip to content

Commit

Permalink
Add 3.0.59.
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-tyler-jeong committed May 15, 2018
1 parent f1c30e6 commit 863f5b7
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
## Change Log

### v3.0.59(May 15, 2018)
* Added getTotalUnreadMessageCount() with GroupChannelTotalUnreadMessageCountParams in GroupChannel to support filter for total unread message count.
* Added getMyRole() in GroupChannel to specify the current user is operator of the channel or not.

### v3.0.58(May 2, 2018)
* Now GroupChannelMemberListQuery returns the member list in nickname alphabetical order.
* Improved connection stability.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,7 +3,7 @@

[![Platform](https://img.shields.io/badge/platform-android-orange.svg)](https://github.com/smilefam/SendBird-SDK-Android)
[![Languages](https://img.shields.io/badge/language-java-orange.svg)](https://github.com/smilefam/SendBird-SDK-Android)
[![Maven](https://img.shields.io/badge/maven-v3.0.58-green.svg)](https://github.com/smilefam/SendBird-SDK-Android/tree/master/com/sendbird/sdk/sendbird-android-sdk/3.0.58)
[![Maven](https://img.shields.io/badge/maven-v3.0.59-green.svg)](https://github.com/smilefam/SendBird-SDK-Android/tree/master/com/sendbird/sdk/sendbird-android-sdk/3.0.59)
[![Commercial License](https://img.shields.io/badge/license-Commercial-brightgreen.svg)](https://github.com/smilefam/SendBird-SDK-Android/blob/master/LICENSE.md)

## Documentation
Expand All @@ -18,7 +18,7 @@ repositories {
maven { url "https://raw.githubusercontent.com/smilefam/SendBird-SDK-Android/master/" }
}
dependencies {
compile 'com.sendbird.sdk:sendbird-android-sdk:3.0.58'
compile 'com.sendbird.sdk:sendbird-android-sdk:3.0.59'
}
```

Expand Down
Binary file not shown.
@@ -0,0 +1 @@
4bfd5d58f34633b7806b7a076ac63a14
@@ -0,0 +1 @@
38edb081e78225f38b1a7af974d652609a1345a5
Binary file not shown.
@@ -0,0 +1 @@
90d917e03f70db69a3bc3cdf7cf9c686
@@ -0,0 +1 @@
56eeee93d3b83ba688bd0cd27e93a387cda73fee
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sendbird.sdk</groupId>
<artifactId>sendbird-android-sdk</artifactId>
<version>3.0.59</version>
<name>SendBird Android SDK</name>
<description>SendBird is simplest solution for chat and messaging. It enables your app to engage and retain your users in real-time.</description>
<url>https://www.sendbird.com/</url>
<inceptionYear>2016</inceptionYear>
<licenses>
<license>
<name>SendBird SDK License</name>
<url>https://github.com/smilefam/SendBird-SDK-Android/blob/master/LICENSE.md</url>
<distribution>repo</distribution>
</license>
</licenses>
</project>
@@ -0,0 +1 @@
fcd0153ec04297a4d67df45e3e2b2b1b
@@ -0,0 +1 @@
f6fd790ed853e1e6daaa7f645bba1ca0eb55e82a
5 changes: 3 additions & 2 deletions com/sendbird/sdk/sendbird-android-sdk/maven-metadata.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>com.sendbird.sdk</groupId>
<artifactId>sendbird-android-sdk</artifactId>
<versioning>
<release>3.0.58</release>
<release>3.0.59</release>
<versions>
<version>2.0.1</version>
<version>2.0.2</version>
Expand Down Expand Up @@ -94,7 +94,8 @@
<version>3.0.56</version>
<version>3.0.57</version>
<version>3.0.58</version>
<version>3.0.59</version>
</versions>
<lastUpdated>20180502152159</lastUpdated>
<lastUpdated>20180515100449</lastUpdated>
</versioning>
</metadata>
@@ -1 +1 @@
8b70ce21217082e481d51fbb10a1dcd1
f6357292c334c0c3eedf3216792d8a4a
@@ -1 +1 @@
e474baa523862dd39c60d97485e5c3473126db6c
5bdaa9dab1c254190c9d411f52c6fc9a88b0e9fb

0 comments on commit 863f5b7

Please sign in to comment.