Skip to content

Commit

Permalink
Merge pull request #9 from sendbird/release/1.11.8
Browse files Browse the repository at this point in the history
Update calls sdk version to 1.11.8
  • Loading branch information
elliot-choic authored Nov 10, 2023
2 parents 83d7df6 + 4d1b39c commit b3aff9a
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.8 (Nov 10, 2023)

### 1.11.8 (Nov 10, 2023)
* Fix kotlin version.

## 1.11.7 (Nov 10, 2023)

### 1.11.7 (Nov 10, 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.7'
implementation 'com.sendbird.sdk:sendbird-calls:1.11.8'
}
```

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
470eca60764b7b014d2dbe50dbdfbb23
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
90ae3660c847a0203f05d7eb2e78412667ecf77f
64 changes: 64 additions & 0 deletions com/sendbird/sdk/sendbird-calls/1.11.8/sendbird-calls-1.11.8.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.8</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>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>com.sendbird.sdk</groupId>
<artifactId>sendbird-webrtc</artifactId>
<version>1.0.5249</version>
<type>aar</type>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</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 @@
599fd9248c96c138725c6d8ae6262221
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ec1488a907e24bab0fe6e3f757418296e790a385

0 comments on commit b3aff9a

Please sign in to comment.