Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/healthy-books-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-tigers-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-boxes-refuse.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# components-android

## 1.3.0

### Minor Changes

- Add AudioBarVisualizer for audio waveform visualizations - [#32](https://github.com/livekit/components-android/pull/32) ([@davidliu](https://github.com/davidliu))

- Add rememberConnectionState and rememberVoiceAssistant - [#30](https://github.com/livekit/components-android/pull/30) ([@davidliu](https://github.com/davidliu))

### Patch Changes

- Fix local participant sometimes publishing multiple of local tracks when using RoomScope with audio/video = true - [#33](https://github.com/livekit/components-android/pull/33) ([@davidliu](https://github.com/davidliu))

## 1.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ LiveKit Components for Android is available as a Maven package.
...
dependencies {
// The components package has a different versioning than the main LiveKit SDK.
implementation "io.livekit:livekit-android-compose-components:1.2.0"
implementation "io.livekit:livekit-android-compose-components:1.3.0"

// Snapshots of the latest development version are available at:
// implementation "io.livekit:livekit-android-compose-components:1.2.1-SNAPSHOT"
// implementation "io.livekit:livekit-android-compose-components:1.3.1-SNAPSHOT"

// Depend on LiveKit SDK separately to keep up to date.
implementation "io.livekit:livekit-android:$livekit_version"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android.nonTransitiveRClass=true
###############################################################

GROUP=io.livekit
VERSION_NAME=1.2.1-SNAPSHOT
VERSION_NAME=1.3.0

POM_DESCRIPTION=Compose Components for LiveKit Android SDK

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "components-android",
"version": "1.2.0",
"version": "1.3.0",
"repository": "https://github.com/livekit/components-android.git",
"license": "Apache License 2.0",
"private": true,
Expand Down