Skip to content

Commit

Permalink
Add 3.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-jay-yun committed Oct 31, 2016
1 parent 9769403 commit ddcb5e4
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
## Change Log

### v3.0.5(Oct 31, 2016)
* Added custom type to messages.
* Added group channel list search by member nicknames and user IDs.
* Added creating and updating channel cover image with binary file.

### v3.0.4(Sep 30, 2016)
* Fixed file uploading timeout.

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.4-green.svg)](https://github.com/smilefam/SendBird-SDK-Android/tree/master/com/sendbird/sdk/sendbird-android-sdk/3.0.4)
[![Maven](https://img.shields.io/badge/maven-v3.0.5-green.svg)](https://github.com/smilefam/SendBird-SDK-Android/tree/master/com/sendbird/sdk/sendbird-android-sdk/3.0.5)
[![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.4'
compile 'com.sendbird.sdk:sendbird-android-sdk:3.0.5'
}
```

Expand Down
Binary file not shown.
@@ -0,0 +1 @@
9364623550c99205900629f7f80e3644
@@ -0,0 +1 @@
f87e6b2b0ec5cca748e73563aae9052b8d388372
Binary file not shown.
@@ -0,0 +1 @@
afc09de2a284388dff24a2b0f443d60b
@@ -0,0 +1 @@
488eef87c914466b21ded77105d16952fe65fdfd
@@ -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.5</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 @@
ae986f5ec6eec9c9389be087ed7dc290
@@ -0,0 +1 @@
a124908b31474d6a0d22e8dd887edb07f550aa8f
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.4</release>
<release>3.0.5</release>
<versions>
<version>2.0.1</version>
<version>2.0.2</version>
Expand Down Expand Up @@ -39,7 +39,8 @@
<version>3.0.2</version>
<version>3.0.3</version>
<version>3.0.4</version>
<version>3.0.5</version>
</versions>
<lastUpdated>20160930080639</lastUpdated>
<lastUpdated>20161031213514</lastUpdated>
</versioning>
</metadata>
@@ -1 +1 @@
267e0ddb1832ab35eafeecafe0c7316d
c7ed03db4c7ad7b67aba568f828d690b
@@ -1 +1 @@
46c3100b51aaaaee586b7c96849b01ea0f13c37e
df7163eaf9d33321619bbd33655378b6cede11f7

0 comments on commit ddcb5e4

Please sign in to comment.