Skip to content

Commit

Permalink
Add 3.0.88.
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-nathan-park committed Jan 31, 2019
1 parent fc91753 commit e1a8ec2
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Change Log

### v3.0.88 (Jan 31, 2019)
* Added getter methods of `GroupChannelListQuery` and `PublicGroupChannelListQuery` properties.
* Added overriding method `equals()` in `BaseMessage`, `AdminMessage`, `FileMessage`, `UserMessage`, `User`, `Sender` and `Member`.
* Fixed minor bug.

### v3.0.87 (Jan 29, 2019)
* Fixed minor bug.

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/smilefam/SendBird-SDK-Android)
[![Languages](https://img.shields.io/badge/language-java-orange.svg)](https://github.com/smilefam/SendBird-SDK-Android)
[![Maven](https://img.shields.io/badge/maven-v3.0.87-green.svg)](https://github.com/smilefam/SendBird-SDK-Android/tree/master/com/sendbird/sdk/sendbird-android-sdk/3.0.87)
[![Maven](https://img.shields.io/badge/maven-v3.0.88-green.svg)](https://github.com/smilefam/SendBird-SDK-Android/tree/master/com/sendbird/sdk/sendbird-android-sdk/3.0.88)
[![Commercial License](https://img.shields.io/badge/license-Commercial-brightgreen.svg)](https://github.com/smilefam/SendBird-SDK-Android/blob/master/LICENSE.md)

## Documentation
Expand All @@ -18,7 +18,7 @@ repositories {
maven { url "https://raw.githubusercontent.com/smilefam/SendBird-SDK-Android/master/" }
}
dependencies {
compile 'com.sendbird.sdk:sendbird-android-sdk:3.0.87'
compile 'com.sendbird.sdk:sendbird-android-sdk:3.0.88'
}
```

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
92e1480e730f8bf76fe8edfa0828d4b1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
05befe11c2a4fc52f95842a467c9bac7fbf4a316
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
08629a582d6f09a74834d249eab6a3be
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
578bf13b0e896b5b52ef6dfa42a96a4079fdab60
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-android-sdk</artifactId>
<version>3.0.88</version>
<name>SendBird 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>2016</inceptionYear>
<licenses>
<license>
<name>SendBird SDK License</name>
<url>https://github.com/smilefam/SendBird-SDK-Android/blob/master/LICENSE.md</url>
<distribution>repo</distribution>
</license>
</licenses>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8a83d20ff2f92f4f3500f79081df848c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
809cc65f768e10c738dfeb7ce21df6ed4e0b379c
5 changes: 3 additions & 2 deletions com/sendbird/sdk/sendbird-android-sdk/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-android-sdk</artifactId>
<versioning>
<release>3.0.87</release>
<release>3.0.88</release>
<versions>
<version>2.0.1</version>
<version>2.0.2</version>
Expand Down Expand Up @@ -123,7 +123,8 @@
<version>3.0.85</version>
<version>3.0.86</version>
<version>3.0.87</version>
<version>3.0.88</version>
</versions>
<lastUpdated>20190129090708</lastUpdated>
<lastUpdated>20190131045230</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cb1adbee6ce7258801ef89cfe8d2fbb0
d26b07781be3bd4622884267f28f88e8
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eedbffa5d21bf2a3d20db90f9da531500736141f
adb47a605ef6f6abb9249e715b4c8a5dc52459f1

0 comments on commit e1a8ec2

Please sign in to comment.