-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from sendbird/release/1.11.10
Updated calls sdk version to 1.11.10
- Loading branch information
Showing
8 changed files
with
74 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
1 change: 1 addition & 0 deletions
1
com/sendbird/sdk/sendbird-calls/1.11.10/sendbird-calls-1.11.10.aar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d55e633053a3d95782add20c74757ec1 |
1 change: 1 addition & 0 deletions
1
com/sendbird/sdk/sendbird-calls/1.11.10/sendbird-calls-1.11.10.aar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bbcb9a1aaf4a396092ed9db9cb1c56234cbc936d |
64 changes: 64 additions & 0 deletions
64
com/sendbird/sdk/sendbird-calls/1.11.10/sendbird-calls-1.11.10.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
1 change: 1 addition & 0 deletions
1
com/sendbird/sdk/sendbird-calls/1.11.10/sendbird-calls-1.11.10.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a03a2e7d8a11a5d9209a8a45391f959a |
1 change: 1 addition & 0 deletions
1
com/sendbird/sdk/sendbird-calls/1.11.10/sendbird-calls-1.11.10.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0cf5490d17017b22f8154534cfba5075dd640761 |