Skip to content

Commit

Permalink
Added v3.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-jeon committed Jul 27, 2022
1 parent a57bf47 commit 763d809
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.18 (Jul 27, 2022)
- Improved memory management related to network I/O to reduce memory usage

### v3.1.17 (Jul 20, 2022)
- Changed way to detect internet availabilty when uploading a file

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.17-green.svg)](https://github.com/sendbird/SendBird-SDK-Android/tree/master/com/sendbird/sdk/sendbird-android-sdk/3.1.17)
[![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)
[![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.17'
implementation 'com.sendbird.sdk:sendbird-android-sdk:3.1.18'
...
}
```
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.17') {
implementation ('com.sendbird.sdk:sendbird-android-sdk:3.1.18') {
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 @@
858c27d99fa590ae715c826f37f94813
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5a0c58bc567694b9686e8238cfd4e12282fd161b
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4005a19c08cbea7903c6683848d1457e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
447412784b04163e8f4d5ded5ccf6d6815a9b3a7
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.18</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 @@
2eaeab3b4a9664b401857bcf57c16ad3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e48288084a9bde4fca2548fc562a4c697f7d4300
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.17</release>
<release>3.1.18</release>
<versions>
<version>2.0.1</version>
<version>2.0.2</version>
Expand Down Expand Up @@ -227,7 +227,8 @@
<version>3.1.15</version>
<version>3.1.16</version>
<version>3.1.17</version>
<version>3.1.18</version>
</versions>
<lastUpdated>20220720073512</lastUpdated>
<lastUpdated>20220727041510</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f8d87824d626082f1c148ae9f0ddcba2
1f8af83d29191e4b0a9afb9166399766
Original file line number Diff line number Diff line change
@@ -1 +1 @@
428e782c2e5f41c42398304db544293e007f0c75
4ea713bffdbe18318ef1670264cc10ed7b8e3230

0 comments on commit 763d809

Please sign in to comment.