Skip to content

Commit

Permalink
Merge pull request #11 from sendbird/release/1.11.10
Browse files Browse the repository at this point in the history
Updated calls sdk version to 1.11.10
  • Loading branch information
elliot-choic authored Dec 21, 2023
2 parents 03d2f8c + 6210fee commit 1647d5a
Show file tree
Hide file tree
Showing 8 changed files with 74 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.11.10 (Dec 21, 2023)

### 1.11.10 (Dec 21, 2023)
* Remove duplicative dependency of WebRTC to allow simultaneous use of Sendbird Calls and Live SDK

## 1.11.9 (Dec 14, 2023)

### 1.11.9 (Dec 14, 2023)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ allprojects {
```groovy
dependencies {
implementation 'com.sendbird.sdk:sendbird-calls:1.11.9'
implementation 'com.sendbird.sdk:sendbird-calls:1.11.10'
}
```

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d55e633053a3d95782add20c74757ec1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bbcb9a1aaf4a396092ed9db9cb1c56234cbc936d
64 changes: 64 additions & 0 deletions com/sendbird/sdk/sendbird-calls/1.11.10/sendbird-calls-1.11.10.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.sendbird.sdk</groupId>
<artifactId>sendbird-calls</artifactId>
<version>1.11.10</version>
<packaging>aar</packaging>
<name>SendBird Calls 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 Calls SDK License</name>
<url>https://github.com/sendbird/sendbird-calls-android/blob/master/LICENSE.md</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.sendbird.sdk</groupId>
<artifactId>sendbird-webrtc</artifactId>
<version>1.0.5250</version>
<type>aar</type>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.6.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.getkeepsafe.relinker</groupId>
<artifactId>relinker</artifactId>
<version>1.4.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a03a2e7d8a11a5d9209a8a45391f959a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0cf5490d17017b22f8154534cfba5075dd640761

0 comments on commit 1647d5a

Please sign in to comment.