Skip to content

Commit

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

### v1.1.9 (Nov 14, 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.9-green.svg)](https://github.com/sendbird/sendbird-syncmanager-android/tree/master/com/sendbird/sdk/sendbird-syncmanager/1.1.9)
[![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.9'
implementation 'com.sendbird.sdk:sendbird-syncmanager:1.1.8'
// SendBird
implementation 'com.sendbird.sdk:sendbird-android-sdk:3.0.107'
Expand Down

0 comments on commit 3f13737

Please sign in to comment.