Skip to content

Commit

Permalink
Add 3.0.38.
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-tyler-jeong committed Sep 1, 2017
1 parent b368ed0 commit f45f960
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
## Change Log

### v3.0.38(Sep 1, 2017)
* Fixed occasional crash on blocking or unblocking users.

### v3.0.37(Aug 29, 2017)
* Added getChannelCount to GroupChannel.
* Added resetMyHistory to GroupChannel not to load messages created before the reset.
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.37-green.svg)](https://github.com/smilefam/SendBird-SDK-Android/tree/master/com/sendbird/sdk/sendbird-android-sdk/3.0.37)
[![Maven](https://img.shields.io/badge/maven-v3.0.38-green.svg)](https://github.com/smilefam/SendBird-SDK-Android/tree/master/com/sendbird/sdk/sendbird-android-sdk/3.0.38)
[![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.37'
compile 'com.sendbird.sdk:sendbird-android-sdk:3.0.38'
}
```

Expand Down
Binary file not shown.
@@ -0,0 +1 @@
e90ca89f34001bf25d53b0ce63f998ff
@@ -0,0 +1 @@
f70244b6162bdff6e42ebc08a6eb3bbb63659087
Binary file not shown.
@@ -0,0 +1 @@
84b5407c3abbccdbb373dbf075a74827
@@ -0,0 +1 @@
1bf7f1d3184ecbc497872deae4311b2b27bcef3c
@@ -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.38</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 @@
3918ec9141415ab398ff9d456e966d08
@@ -0,0 +1 @@
3b65efd951c243994084dbde01b40f9f84d46524
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.37</release>
<release>3.0.38</release>
<versions>
<version>2.0.1</version>
<version>2.0.2</version>
Expand Down Expand Up @@ -73,7 +73,8 @@
<version>3.0.35</version>
<version>3.0.36</version>
<version>3.0.37</version>
<version>3.0.38</version>
</versions>
<lastUpdated>20170828231239</lastUpdated>
<lastUpdated>20170901025909</lastUpdated>
</versioning>
</metadata>
@@ -1 +1 @@
2c5d518f4e9a9a5fba380e0848f3e75d
f77b404c3b1956d56fc598b26de8a9f1
@@ -1 +1 @@
bc2e47d8f994d3d8c770877cc50a539c68ff31cf
dfa93a0ee15c379645966b0e5908de82da856506

0 comments on commit f45f960

Please sign in to comment.