Skip to content

Commit

Permalink
Add 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-choic committed Nov 7, 2022
1 parent 320e3a0 commit 0af4660
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### 1.10.0 (Nov 07, 2022 UTC)
* Updated webrtc version to M106

### 1.9.3 (Nov 01, 2022 UTC)
* Fixed a bug where bluetooth headphones didn't work

Expand Down
4 changes: 2 additions & 2 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-calls-android)
[![Languages](https://img.shields.io/badge/language-java-orange.svg)](https://github.com/sendbird/sendbird-calls-android)
[![Maven](https://img.shields.io/badge/maven-v1.9.3-green.svg)](https://github.com/sendbird/sendbird-calls-android/tree/master/com/sendbird/sdk/sendbird-calls/1.9.3)
[![Maven](https://img.shields.io/badge/maven-v1.10.0-green.svg)](https://github.com/sendbird/sendbird-calls-android/tree/master/com/sendbird/sdk/sendbird-calls/1.10.0)
[![Commercial License](https://img.shields.io/badge/license-Commercial-brightgreen.svg)](https://github.com/sendbird/sendbird-calls-android/blob/master/LICENSE.md)

## Table of contents
Expand Down Expand Up @@ -80,7 +80,7 @@ allprojects {
```groovy
dependencies {
implementation 'com.sendbird.sdk:sendbird-calls:1.9.3'
implementation 'com.sendbird.sdk:sendbird-calls:1.10.0'
}
```

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dbf04406a4bea0bc9aa97c79ef880f9d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
83047afb110f9169e115c98127e5ed9ced540cd9
52 changes: 52 additions & 0 deletions com/sendbird/sdk/sendbird-calls/1.10.0/sendbird-calls-1.10.0.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?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-calls</artifactId>
<version>1.10.0</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>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sendbird.sdk</groupId>
<artifactId>sendbird-webrtc</artifactId>
<version>1.0.5249</version>
<type>aar</type>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.5.31</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.getkeepsafe.relinker</groupId>
<artifactId>relinker</artifactId>
<version>1.4.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0d3eba89f7a70486914adf51e5bc7a08
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
980e64548b0645e0d18d5b143516532a6f660dc4
5 changes: 3 additions & 2 deletions com/sendbird/sdk/sendbird-calls/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-calls</artifactId>
<versioning>
<release>1.9.3</release>
<release>1.10.0</release>
<versions>
<version>0.6.0</version>
<version>0.6.1</version>
Expand Down Expand Up @@ -40,7 +40,8 @@
<version>1.9.1</version>
<version>1.9.2</version>
<version>1.9.3</version>
<version>1.10.0</version>
</versions>
<lastUpdated>20221101063536</lastUpdated>
<lastUpdated>20221107111409</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion com/sendbird/sdk/sendbird-calls/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
65a1a30a2dcaeac936a1ba074490ede6
3a0d21a903ebb9bd4a211f7db0752313
2 changes: 1 addition & 1 deletion com/sendbird/sdk/sendbird-calls/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b66681e452180a0ba45daf7236f103b52e461224
ea83d6832c441861d5b9142dfe32a4cb24eff62a

0 comments on commit 0af4660

Please sign in to comment.