Skip to content

Commit

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

### v1.1.6 (Oct 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.6-green.svg)](https://github.com/sendbird/sendbird-syncmanager-android/tree/master/com/sendbird/sdk/sendbird-syncmanager/1.1.6)
[![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)
[![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.6'
implementation 'com.sendbird.sdk:sendbird-syncmanager:1.1.7'
// 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 @@
c086db42777d6b73845d7714fffe172e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
703e39f82ee91bacd23cc05b60b6e9ad12e33b80
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a39c95a390a03bf8c454483a455aaf18
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
374ed5c317dba1fbc78fd1ccdb3f052a0b8c36c0
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.7</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 @@
ab88650e332b0761ba68c90804ecb435
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4a47a2d97ec25ab4451b4f5beaf27b30a3043c9e
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.6</release>
<release>1.1.7</release>
<versions>
<version>1.0.0</version>
<version>1.0.1</version>
Expand All @@ -15,7 +15,8 @@
<version>1.1.4</version>
<version>1.1.5</version>
<version>1.1.6</version>
<version>1.1.7</version>
</versions>
<lastUpdated>20191008090622</lastUpdated>
<lastUpdated>20191017051508</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
51f8e76d294215650706bcfcd52ace64
d1e694da19f29aa7ef53ed3e62df7d11
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d0f7129d5f278d6ffae45a8711dd2258fca27e18
55528ddc32e52c2483773ca5e9dfaf0a862ae37a

0 comments on commit 261983d

Please sign in to comment.