Skip to content

Commit

Permalink
Add 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-nathan-park committed Apr 2, 2019
1 parent 5125f42 commit b6a2807
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 4 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.1 (Apr 2, 2019)
* Improved stability.

### v1.1.0 (Mar 19, 2019)
* Added channel full synchronization support.
* Improved stability.
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f0066c3414b13462e69c0f3523ad1035
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0ac8196211215e8b3f09a3b36f9320c54abf65d6
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
de80715b3486dd8c94641958e0ef26f3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14fa3ca2b21e2767ce826029d169f66ece0b2553
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.1</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/smilefam/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 @@
5e2f1f6d20188b1db464c2e71f69b035
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
911b0a6a3fc9069762d35634aad793aa6dced289
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,13 +3,14 @@
<groupId>com.sendbird.sdk</groupId>
<artifactId>sendbird-syncmanager</artifactId>
<versioning>
<release>1.1.0</release>
<release>1.1.1</release>
<versions>
<version>1.0.0</version>
<version>1.0.1</version>
<version>1.0.2</version>
<version>1.1.0</version>
<version>1.1.1</version>
</versions>
<lastUpdated>20190319092300</lastUpdated>
<lastUpdated>20190402043303</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e03846bde531a39993d95d346840610b
e91bb3df01d381878ee59ec3d6a0bec1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
29b2552f9aa5355842d7271ffac3025a347b253d
d876f0dad1d3e8a95f94e9d5b1731685724d35f3

0 comments on commit b6a2807

Please sign in to comment.