Skip to content

Commit 255e2ad

Browse files
v2.4.0
1 parent 902b844 commit 255e2ad

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

.changeset/polite-carrots-run.md

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

.changeset/update-livekit-sdk.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# components-android
22

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- Add passing in end-to-end encryption options to rememberSession through `SessionOptions` - [`902b844b96c9d3c3d0ef9901ef1e35ab62f52ce6`](https://github.com/livekit/components-android/commit/902b844b96c9d3c3d0ef9901ef1e35ab62f52ce6) ([@davidliu](https://github.com/davidliu))
8+
9+
### Patch Changes
10+
11+
- Update LiveKit SDK to 2.25.0 - [#75](https://github.com/livekit/components-android/pull/75) ([@davidliu](https://github.com/davidliu))
12+
313
## 2.3.0
414

515
### Minor Changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ LiveKit Components for Android is available as a Maven package.
3232
...
3333
dependencies {
3434
// The components package has a different versioning than the main LiveKit SDK.
35-
implementation "io.livekit:livekit-android-compose-components:2.3.0"
35+
implementation "io.livekit:livekit-android-compose-components:2.4.0"
3636
3737
// Snapshots of the latest development version are available at:
38-
// implementation "io.livekit:livekit-android-compose-components:2.3.1-SNAPSHOT"
38+
// implementation "io.livekit:livekit-android-compose-components:2.4.1-SNAPSHOT"
3939
4040
// Depend on LiveKit SDK separately to keep up to date.
4141
implementation "io.livekit:livekit-android:$livekit_version"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android.nonTransitiveRClass=true
2626
###############################################################
2727

2828
GROUP=io.livekit
29-
VERSION_NAME=2.3.0
29+
VERSION_NAME=2.4.0
3030

3131
POM_DESCRIPTION=Compose Components for LiveKit Android SDK
3232

package.json

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

0 commit comments

Comments
 (0)