Skip to content

Commit

Permalink
Added v3.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-jeon committed Nov 4, 2022
1 parent ffef3d7 commit e37e292
Show file tree
Hide file tree
Showing 14 changed files with 57 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### v3.1.22 (Nov 4, 2022)
- Fixed an `IllegalArgumentException` from serializing the `FileMessage.fileMessageParams` when it contained an additional property that the SDK is not aware of

### v3.1.21 (Sep 5, 2022)
- Improved stability

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Platform](https://img.shields.io/badge/platform-android-orange.svg)](https://github.com/sendbird/SendBird-SDK-Android)
[![Languages](https://img.shields.io/badge/language-java-orange.svg)](https://github.com/sendbird/SendBird-SDK-Android)
[![Maven](https://img.shields.io/badge/maven-v3.1.21-green.svg)](https://github.com/sendbird/SendBird-SDK-Android/tree/master/com/sendbird/sdk/sendbird-android-sdk/3.1.21)
[![Maven](https://img.shields.io/badge/maven-v3.1.22-green.svg)](https://github.com/sendbird/SendBird-SDK-Android/tree/master/com/sendbird/sdk/sendbird-android-sdk/3.1.22)
[![Commercial License](https://img.shields.io/badge/license-Commercial-brightgreen.svg)](https://github.com/sendbird/SendBird-SDK-Android/blob/master/LICENSE.md)

## Table of contents
Expand Down Expand Up @@ -94,7 +94,7 @@ Then, add the dependency to the project's top-level `build.gradle` file:
```gradle
dependencies {
...
implementation 'com.sendbird.sdk:sendbird-android-sdk:3.1.21'
implementation 'com.sendbird.sdk:sendbird-android-sdk:3.1.22'
...
}
```
Expand All @@ -111,7 +111,7 @@ TLS 1.3 support is included in version 3.0.106 of the SendBird Android SDK. TLS
```gradle
dependencies {
implementation ('com.sendbird.sdk:sendbird-android-sdk:3.1.21') {
implementation ('com.sendbird.sdk:sendbird-android-sdk:3.1.22') {
exclude group: 'org.conscrypt', module: 'conscrypt-android'
}
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cb2a066613026d3ea86eea3b1ff19440
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2d88d75e475f762c9a3379d8d2c4d6f0c47428cd
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
62de2c03e0de9536af430c77b80eabd3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
acfb1463b61c7fd2c05cb191bcab6a5643fe3379
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?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.1.22</version>
<packaging>aar</packaging>
<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/sendbird/Sendbird-SDK-Android/blob/master/LICENSE.md</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.conscrypt</groupId>
<artifactId>conscrypt-android</artifactId>
<version>2.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>1.4.31</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
19caf2aef2733390408f99c097fe0f30
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1a976c942b4e90aa0389e1b5a3577623c4b03338
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.1.21</release>
<release>3.1.22</release>
<versions>
<version>2.0.1</version>
<version>2.0.2</version>
Expand Down Expand Up @@ -231,7 +231,8 @@
<version>3.1.19</version>
<version>3.1.20</version>
<version>3.1.21</version>
<version>3.1.22</version>
</versions>
<lastUpdated>20220905075903</lastUpdated>
<lastUpdated>20221104074456</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
715287e040c5906b07862d4ccefe92dd
a9bd97d22b75353c8fc93cb2ab585873
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20edfcfb2c7d75edafd82300cf4c240124b3c463
ce0758dcae2d8ad9b433f54d6d5416a80a00e728

0 comments on commit e37e292

Please sign in to comment.