Skip to content

Commit

Permalink
Added v3.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-jeon committed Aug 9, 2022
1 parent 763d809 commit 2a83ce5
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.19 (Aug 9, 2022)
- Improved thread management to reduce total thread count

### v3.1.18 (Jul 27, 2022)
- Improved memory management related to network I/O to reduce memory usage

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.18-green.svg)](https://github.com/sendbird/SendBird-SDK-Android/tree/master/com/sendbird/sdk/sendbird-android-sdk/3.1.18)
[![Maven](https://img.shields.io/badge/maven-v3.1.19-green.svg)](https://github.com/sendbird/SendBird-SDK-Android/tree/master/com/sendbird/sdk/sendbird-android-sdk/3.1.19)
[![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.18'
implementation 'com.sendbird.sdk:sendbird-android-sdk:3.1.19'
...
}
```
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.18') {
implementation ('com.sendbird.sdk:sendbird-android-sdk:3.1.19') {
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 @@
ec703c7b5cc40b97c1df2bc9f5f871aa
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
58b81f6bf47fb0b3ff038d5de2c40af1dd203c38
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4722186fdb0cf1c0777c7fcb0ff7271f
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a07f33c432f7776c609584e823974d58261618a6
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.19</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 @@
f6e429bb7caa4b128f875feddb244b3a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c57796ed3f35ef6138fce20a7970897d546e1dc7
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.18</release>
<release>3.1.19</release>
<versions>
<version>2.0.1</version>
<version>2.0.2</version>
Expand Down Expand Up @@ -228,7 +228,8 @@
<version>3.1.16</version>
<version>3.1.17</version>
<version>3.1.18</version>
<version>3.1.19</version>
</versions>
<lastUpdated>20220727041510</lastUpdated>
<lastUpdated>20220809014928</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1f8af83d29191e4b0a9afb9166399766
d29c6252b877384b073e77fbbb810d92
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4ea713bffdbe18318ef1670264cc10ed7b8e3230
c1665d00cdac18b0c216193f0ac4ea67308036f1

0 comments on commit 2a83ce5

Please sign in to comment.