Skip to content

Commit

Permalink
Add 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hoon-sung committed Nov 8, 2019
1 parent 261983d commit 6d43017
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.8 (Nov 8, 2019)
* Improved stability.

### v1.1.7 (Oct 17, 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.7-green.svg)](https://github.com/sendbird/sendbird-syncmanager-android/tree/master/com/sendbird/sdk/sendbird-syncmanager/1.1.7)
[![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)
[![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.7'
implementation 'com.sendbird.sdk:sendbird-syncmanager:1.1.8'
// SendBird
implementation 'com.sendbird.sdk:sendbird-android-sdk:3.0.102'
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
340b73d02adb14f56188c6076acd15d5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
28109dac7d3db9cdf5e64a5eada7607f84fe5f6c
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8a2b5414bed8cc03037b9c24a00c2c4f
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
225bda0d5768594797491e7862ef157fc4aeaacf
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.8</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 @@
51b5be7698291bb6ae2141410c0a9516
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c54af9ca5f31efedc8e7426903aa98bf0e34bcbf
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.7</release>
<release>1.1.8</release>
<versions>
<version>1.0.0</version>
<version>1.0.1</version>
Expand All @@ -16,7 +16,8 @@
<version>1.1.5</version>
<version>1.1.6</version>
<version>1.1.7</version>
<version>1.1.8</version>
</versions>
<lastUpdated>20191017051508</lastUpdated>
<lastUpdated>20191108061009</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d1e694da19f29aa7ef53ed3e62df7d11
d22fc51a66c590bb5a3692215f01881c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
55528ddc32e52c2483773ca5e9dfaf0a862ae37a
249f772645467c079e879302de52303be3c68f6e

0 comments on commit 6d43017

Please sign in to comment.