Skip to content

Commit

Permalink
Add 3.0.27.
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-jay-yun committed Jun 14, 2017
1 parent 8938d43 commit 72056b4
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
## Change Log

### v3.0.27(Jun 15, 2017)
* Added custom type filter to OpenChannelListQuery and GroupChannelListQuery.
* Added messaging editing feature.
* Added file uploading cancel.

### v3.0.26(May 19, 2017)
* Added OpenChannel deletion.

Expand Down
2 changes: 1 addition & 1 deletion 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.25-green.svg)](https://github.com/smilefam/SendBird-SDK-Android/tree/master/com/sendbird/sdk/sendbird-android-sdk/3.0.25)
[![Maven](https://img.shields.io/badge/maven-v3.0.27-green.svg)](https://github.com/smilefam/SendBird-SDK-Android/tree/master/com/sendbird/sdk/sendbird-android-sdk/3.0.27)
[![Commercial License](https://img.shields.io/badge/license-Commercial-brightgreen.svg)](https://github.com/smilefam/SendBird-SDK-Android/blob/master/LICENSE.md)

## Documentation
Expand Down
Binary file not shown.
@@ -0,0 +1 @@
72720919b80e9ad675c62a525727392f
@@ -0,0 +1 @@
e24c8ad4f2d0f502db537119d524380bdb29d505
Binary file not shown.
@@ -0,0 +1 @@
70d968c3f924a4b27f7081a115316091
@@ -0,0 +1 @@
d5a2427d2bfbc620c37dd215b8f1da13ee88a86c
@@ -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.27</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 @@
6662001c9a988cfacffa082a1853bd68
@@ -0,0 +1 @@
b2882453d38983d3685739ae37e17f5ca52a2244
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.26</release>
<release>3.0.27</release>
<versions>
<version>2.0.1</version>
<version>2.0.2</version>
Expand Down Expand Up @@ -62,7 +62,8 @@
<version>3.0.24</version>
<version>3.0.25</version>
<version>3.0.26</version>
<version>3.0.27</version>
</versions>
<lastUpdated>20170519065615</lastUpdated>
<lastUpdated>20170614193831</lastUpdated>
</versioning>
</metadata>
@@ -1 +1 @@
3e4949370e84ca76ba5fae98cc766c9f
579f7d819361b71b1df33131e5b129f8
@@ -1 +1 @@
f059021a01e4df797563a25d04c38445f1cdbee4
2ec3d58ecf550829fe81a3ca0c75b18735f6a873

0 comments on commit 72056b4

Please sign in to comment.