Skip to content

Commit e9d2ad5

Browse files
v1.4.0 (#41)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e7a274d commit e9d2ad5

10 files changed

+22
-34
lines changed

.changeset/beige-teachers-fetch.md

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

.changeset/forty-spiders-run.md

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

.changeset/light-hats-happen.md

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

.changeset/moody-dancers-dream.md

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

.changeset/slimy-poets-fry.md

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

.changeset/spicy-cups-invent.md

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

CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- Add disconnectOnDispose argument to RoomScope and rememberLiveKitRoom - [#40](https://github.com/livekit/components-android/pull/40) ([@davidliu](https://github.com/davidliu))
8+
9+
- Add rendererType parameter for VideoTrackView to allow choosing between Surface and Texture implementations - [#44](https://github.com/livekit/components-android/pull/44) ([@davidliu](https://github.com/davidliu))
10+
11+
- Added AudioVisualizer to allow for visualizations other than BarVisualizer - [#45](https://github.com/livekit/components-android/pull/45) ([@davidliu](https://github.com/davidliu))
12+
13+
### Patch Changes
14+
15+
- Update livekit sdk to 2.16.0 - [#40](https://github.com/livekit/components-android/pull/40) ([@davidliu](https://github.com/davidliu))
16+
17+
- Update noise lib to use a 16KB aligned version - [#45](https://github.com/livekit/components-android/pull/45) ([@davidliu](https://github.com/davidliu))
18+
19+
- Update livekit android sdk to 2.18.3 - [#45](https://github.com/livekit/components-android/pull/45) ([@davidliu](https://github.com/davidliu))
20+
321
## 1.3.1
422

523
### Patch 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:1.3.1"
35+
implementation "io.livekit:livekit-android-compose-components:1.4.0"
3636
3737
// Snapshots of the latest development version are available at:
38-
// implementation "io.livekit:livekit-android-compose-components:1.3.2-SNAPSHOT"
38+
// implementation "io.livekit:livekit-android-compose-components:1.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=1.3.2-SNAPSHOT
29+
VERSION_NAME=1.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": "1.3.1",
3+
"version": "1.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)