Skip to content

Commit

Permalink
Add 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hoon-sung committed Nov 15, 2019
1 parent 3f13737 commit 408b522
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Change Log

### v1.1.10 (Nov 15, 2019)
* Improved stability.

### v1.1.8 (Nov 8, 2019)
* Improved stability.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![Platform](https://img.shields.io/badge/platform-android-orange.svg)](https://github.com/sendbird/sendbird-syncmanager-android)
[![Languages](https://img.shields.io/badge/language-java-orange.svg)](https://github.com/sendbird/sendbird-syncmanager-android)
[![Maven](https://img.shields.io/badge/maven-v1.1.8-green.svg)](https://github.com/sendbird/sendbird-syncmanager-android/tree/master/com/sendbird/sdk/sendbird-syncmanager/1.1.8)
[![Maven](https://img.shields.io/badge/maven-v1.1.10-green.svg)](https://github.com/sendbird/sendbird-syncmanager-android/tree/master/com/sendbird/sdk/sendbird-syncmanager/1.1.10)
[![Commercial License](https://img.shields.io/badge/license-Commercial-brightgreen.svg)](https://github.com/sendbird/sendbird-syncmanager-android/blob/master/LICENSE.md)

SendBird SyncManager is chat data sync management add-on for SendBird. SyncManager offers an event-based data management framework so that each view would listen data event in event handler in order to update the view. And it stores the data into SQLite which implements local caching for faster loading.
Expand All @@ -20,7 +20,7 @@ repositories {
}
dependencies {
// SyncManager
implementation 'com.sendbird.sdk:sendbird-syncmanager:1.1.8'
implementation 'com.sendbird.sdk:sendbird-syncmanager:1.1.10'
// SendBird
implementation 'com.sendbird.sdk:sendbird-android-sdk:3.0.107'
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d550eb9f7bc7a7c6032ca48c0d2beb4c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d479a0ea47de4c70212f11c5278489c5ad1124c4
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a1338cea29026949efe190efcdcf5c30
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d0289285b542a966c8d77e8b5b56dbe6647212a5
Original file line number Diff line number Diff line change
@@ -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-syncmanager</artifactId>
<version>1.1.10</version>
<packaging>aar</packaging>
<name>SendBird SyncManager 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>2019</inceptionYear>
<licenses>
<license>
<name>SendBird SyncManager SDK License</name>
<url>https://github.com/sendbird/SendBird-SyncManager-SDK-Android/blob/master/LICENSE.md</url>
</license>
</licenses>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
42a12d7b408b5526efec04e8c5b657a6
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
77f204fead63179c9b3a29e8bfe58f4ad3a21199
5 changes: 3 additions & 2 deletions com/sendbird/sdk/sendbird-syncmanager/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.sendbird.sdk</groupId>
<artifactId>sendbird-syncmanager</artifactId>
<versioning>
<release>1.1.9</release>
<release>1.1.10</release>
<versions>
<version>1.0.0</version>
<version>1.0.1</version>
Expand All @@ -18,7 +18,8 @@
<version>1.1.7</version>
<version>1.1.8</version>
<version>1.1.9</version>
<version>1.1.10</version>
</versions>
<lastUpdated>20191114081711</lastUpdated>
<lastUpdated>20191115002504</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5cb3fd3a58a6a7f4ec3fcbb3547363f2
6c5088d4a3e5c1dcf57737c3fbe9e763
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f69c02b1cef689d4bf4a4701681bb977ee5ee573
eb1df566db9a1a8d339641928bf505d1535f1956

0 comments on commit 408b522

Please sign in to comment.