Skip to content

Commit 8164527

Browse files
v2.20.2 (#753)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 902c4d8 commit 8164527

File tree

9 files changed

+18
-29
lines changed

9 files changed

+18
-29
lines changed

.changeset/fifty-pans-explain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gold-cats-knock.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/green-mails-thank.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/olive-bottles-repeat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/yellow-timers-pump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# client-sdk-android
22

3+
## 2.20.2
4+
5+
### Patch Changes
6+
7+
- Remove unneeded suspend modifier from registerRpcMethod - [#757](https://github.com/livekit/client-sdk-android/pull/757) ([@davidliu](https://github.com/davidliu))
8+
9+
- Fix crash when publishing disposed tracks - [#758](https://github.com/livekit/client-sdk-android/pull/758) ([@davidliu](https://github.com/davidliu))
10+
11+
- Fix race condition when releasing Room object - [#756](https://github.com/livekit/client-sdk-android/pull/756) ([@davidliu](https://github.com/davidliu))
12+
13+
- Fix VirtualBackgroundVideoProcessor not responding to changes in backgroundImage - [#752](https://github.com/livekit/client-sdk-android/pull/752) ([@davidliu](https://github.com/davidliu))
14+
15+
- Ensure room is disconnected before releasing resources - [#756](https://github.com/livekit/client-sdk-android/pull/756) ([@davidliu](https://github.com/davidliu))
16+
317
## 2.20.1
418

519
### Patch Changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ LiveKit for Android is available as a Maven package.
4747
```groovy title="build.gradle"
4848
...
4949
dependencies {
50-
def livekit_version = "2.20.1"
50+
def livekit_version = "2.20.2"
5151
5252
implementation "io.livekit:livekit-android:$livekit_version"
5353
@@ -58,7 +58,7 @@ dependencies {
5858
implementation "io.livekit:livekit-android-track-processors:$livekit_version"
5959
6060
// Snapshots of the latest development version are available at:
61-
// implementation "io.livekit:livekit-android:2.20.2-SNAPSHOT"
61+
// implementation "io.livekit:livekit-android:2.20.3-SNAPSHOT"
6262
}
6363
```
6464

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ kotlin.code.style=official
2323
###############################################################
2424

2525
GROUP=io.livekit
26-
VERSION_NAME=2.20.2-SNAPSHOT
26+
VERSION_NAME=2.20.2
2727

2828
POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms
2929

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client-sdk-android",
3-
"version": "2.20.1",
3+
"version": "2.20.2",
44
"repository": "https://github.com/livekit/client-sdk-android.git",
55
"license": "Apache License 2.0",
66
"private": true,

0 commit comments

Comments
 (0)