Skip to content

Commit

Permalink
Add 3.0.73.
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-jay-yun committed Sep 10, 2018
1 parent 35a301c commit 0e86fb8
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,8 @@
## Change Log
### v3.0.73(Sep 10, 2018)
* From now, userMemberAsMessageSender() option is true by default.
* Fixed a bug previous messages not showing the senders' latest user metadata.

### v3.0.72(Sep 4, 2018)
* Added SendBird.Options.useUiThreadForCallbacks() to give developers an option for threads the callbacks are running. By default, it is UI thread but you can choose to run on background threads.
* Fixed minor bugs.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
#SendBird SDK LICENSE

This is an agreement between You ("You") and SendBird DBA (Smile Family, Inc.), the developer of SendBird, located at 541 Jefferson Ave. Suite 100 Redwood City, CA 94063, ("SendBird") regarding Your use of the SendBird SDK and any associated documentation or other materials made available by SendBird (collectively the "SDK"). This agreement applies to any updates or supplements for the SDK, unless other terms accompany those items. If so, those other terms apply.
This is an agreement between You ("You") and SendBird DBA (Smile Family, Inc.), the developer of SendBird, located at 107 S Railroad Ave, San Mateo, CA 94401, ("SendBird") regarding Your use of the SendBird SDK and any associated documentation or other materials made available by SendBird (collectively the "SDK"). This agreement applies to any updates or supplements for the SDK, unless other terms accompany those items. If so, those other terms apply.

By installing, accessing or otherwise using the SDK, You accept the terms of this agreement. If You do not agree to the terms of this agreement, do not install, access or use the SDK.

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

Expand Down
Binary file not shown.
@@ -0,0 +1 @@
c3bec4e202056fff32e755168dd86c9d
@@ -0,0 +1 @@
82a2fcce36ee21f772bf764bb23d1dfb47e2dee0
Binary file not shown.
@@ -0,0 +1 @@
1a1125680458b95c733a7b0df78dfe8b
@@ -0,0 +1 @@
bdb12d3eec017cdd17bd63dbf4e7bfc4224a632a
@@ -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.73</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 @@
7d17af6cb807a18668dd7d813558ade6
@@ -0,0 +1 @@
7018f8eddbc829928a60bd3c44ccae9b0e5b6633
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.72</release>
<release>3.0.73</release>
<versions>
<version>2.0.1</version>
<version>2.0.2</version>
Expand Down Expand Up @@ -108,7 +108,8 @@
<version>3.0.70</version>
<version>3.0.71</version>
<version>3.0.72</version>
<version>3.0.73</version>
</versions>
<lastUpdated>20180904090217</lastUpdated>
<lastUpdated>20180910104148</lastUpdated>
</versioning>
</metadata>
@@ -1 +1 @@
da2627a130fe46c6186e63ba11f93078
695130c1b1cf6abc6d460c0b93fe051a
@@ -1 +1 @@
896927d6c0acacd4e724e594c02b3142b49c5648
0a4175203e624b5e1b62ad61812e285df1c5ddd0

0 comments on commit 0e86fb8

Please sign in to comment.