Skip to content

Commit 1f6df41

Browse files
v2.24.1 (#903)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eea6e87 commit 1f6df41

5 files changed

Lines changed: 10 additions & 9 deletions

File tree

.changeset/dull-masks-matter.md

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

CHANGELOG.md

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

3+
## 2.24.1
4+
5+
### Patch Changes
6+
7+
- Fix LocalParticipant.publishData throwing exception for packets over 15KB - [#902](https://github.com/livekit/client-sdk-android/pull/902) ([@xianshijing-lk](https://github.com/xianshijing-lk))
8+
39
## 2.24.0
410

511
### Minor 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.24.0"
50+
def livekit_version = "2.24.1"
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.24.1-SNAPSHOT"
61+
// implementation "io.livekit:livekit-android:2.24.2-SNAPSHOT"
6262
}
6363
```
6464

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ org.gradle.caching=true
2424
###############################################################
2525

2626
GROUP=io.livekit
27-
VERSION_NAME=2.24.1-SNAPSHOT
27+
VERSION_NAME=2.24.1
2828

2929
POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms
3030

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.24.0",
3+
"version": "2.24.1",
44
"repository": "https://github.com/livekit/client-sdk-android.git",
55
"license": "Apache License 2.0",
66
"private": true,

0 commit comments

Comments
 (0)