Skip to content

Commit

Permalink
Add 3.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-jay-yun committed Nov 23, 2016
1 parent 892abf6 commit 9b71a4d
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.8(Nov 23, 2016)
* Fixed to update last message of group channel when UserMessage or FileMessage is successfully sent.
* Improved stability.

### v3.0.7(Nov 4, 2016)
* Fixed connection bug.

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

Expand Down
Binary file not shown.
@@ -0,0 +1 @@
4a6888ec63b8e9471d1bb2fcb33b3b2a
@@ -0,0 +1 @@
424a9f0906eefb59aaab2414d036ea3ea6ce5e12
Binary file not shown.
@@ -0,0 +1 @@
cc3e257c5377ef9c0ae15d5531b61528
@@ -0,0 +1 @@
c1f6dc62a889e7cfb5895f40f7b3d1bebb04a152
@@ -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.8</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 @@
79855262ed3b079516b8ff9643fbf2f8
@@ -0,0 +1 @@
38305215c16ed5255063619d1c17e02c35c8703b
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.7</release>
<release>3.0.8</release>
<versions>
<version>2.0.1</version>
<version>2.0.2</version>
Expand Down Expand Up @@ -42,7 +42,8 @@
<version>3.0.5</version>
<version>3.0.6</version>
<version>3.0.7</version>
<version>3.0.8</version>
</versions>
<lastUpdated>20161104103937</lastUpdated>
<lastUpdated>20161123125100</lastUpdated>
</versioning>
</metadata>
@@ -1 +1 @@
4bfa3cf1e0079f242f00e79244c0e167
0108319bab6342070c214c70ed27947d
@@ -1 +1 @@
bacd16273d29700797a1c28f9ea28ade139a276d
efed91280a9deec3ad0106f677cef3aac9a9ffce

0 comments on commit 9b71a4d

Please sign in to comment.