Skip to content

Commit

Permalink
Add 3.0.57.
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-tyler-jeong committed Apr 20, 2018
1 parent f6675cd commit 3f4dbdd
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.57(Apr 19, 2018)
* Added createOperatorListQuery() in BaseChannel and OperatorListQuery.
* Deprecated setOperatorFilter(OperatorFilter operatorFilter) and OperatorFilter in GroupChannelMemberListQuery.

### v3.0.56(Mar 29, 2018)
* Added getTotalUnreadMessageCount() with channel custom types filter in GroupChannel.
* Added setPushNotificationDeliveryOption(PushNotificationDeliveryOption pushNotificationDeliveryOption) in UserMessageParams and FileMessageParams.
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.56-green.svg)](https://github.com/smilefam/SendBird-SDK-Android/tree/master/com/sendbird/sdk/sendbird-android-sdk/3.0.56)
[![Maven](https://img.shields.io/badge/maven-v3.0.57-green.svg)](https://github.com/smilefam/SendBird-SDK-Android/tree/master/com/sendbird/sdk/sendbird-android-sdk/3.0.57)
[![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.56'
compile 'com.sendbird.sdk:sendbird-android-sdk:3.0.57'
}
```

Expand Down
Binary file not shown.
@@ -0,0 +1 @@
4bde031e6453e0dd93e3298f383c77f2
@@ -0,0 +1 @@
39d9eb23f00f49aadc69f4822611533f667c9534
Binary file not shown.
@@ -0,0 +1 @@
c84ad1b6afae5527b87816ceb3711dce
@@ -0,0 +1 @@
27f98baf1ebdffc0055525f39b78ed62ef9dc4bf
@@ -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.57</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 @@
ca1ea32190e9a95d4d356c11740ec026
@@ -0,0 +1 @@
22c07836016930be59db9ceaf91417e41eb1c043
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.56</release>
<release>3.0.57</release>
<versions>
<version>2.0.1</version>
<version>2.0.2</version>
Expand Down Expand Up @@ -92,7 +92,8 @@
<version>3.0.54</version>
<version>3.0.55</version>
<version>3.0.56</version>
<version>3.0.57</version>
</versions>
<lastUpdated>20180330054140</lastUpdated>
<lastUpdated>20180420073423</lastUpdated>
</versioning>
</metadata>
@@ -1 +1 @@
e7c6abee6fdb4a76364825c8d89fde82
ee8681d9620c122ad88ef897016440c6
@@ -1 +1 @@
9d416b5bd1944d0bf0ca9d8daed206f61ef59f92
396b314c1daaebedab465624a5ead5d58d610c84

0 comments on commit 3f4dbdd

Please sign in to comment.