Skip to content

Commit ceee983

Browse files
v2.13.0
1 parent ac6b7a6 commit ceee983

File tree

8 files changed

+18
-24
lines changed

8 files changed

+18
-24
lines changed

.changeset/curvy-shrimps-develop.md

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

.changeset/hot-poems-yawn.md

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

.changeset/silent-planes-count.md

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

.changeset/six-flowers-hunt.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.13.0
4+
5+
### Minor Changes
6+
7+
- Prewarm audio to speed up mic publishing - [#623](https://github.com/livekit/client-sdk-android/pull/623) ([@davidliu](https://github.com/davidliu))
8+
9+
- Fast track publication support - [#612](https://github.com/livekit/client-sdk-android/pull/612) ([@davidliu](https://github.com/davidliu))
10+
11+
### Patch Changes
12+
13+
- Add SCREEN_SHARE_AUDIO as a Track.Source.Type - [#610](https://github.com/livekit/client-sdk-android/pull/610) ([@davidliu](https://github.com/davidliu))
14+
15+
- Surface canPublishSources, canUpdateMetadata, and canSubscribeMetrics on ParticipantPermission - [#610](https://github.com/livekit/client-sdk-android/pull/610) ([@davidliu](https://github.com/davidliu))
16+
317
## 2.12.3
418

519
### Patch Changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ LiveKit for Android is available as a Maven package.
4747
```groovy title="build.gradle"
4848
...
4949
dependencies {
50-
def livekit_version = "2.12.3"
50+
def livekit_version = "2.13.0"
5151
5252
implementation "io.livekit:livekit-android:$livekit_version"
5353
// CameraX support with pinch to zoom, torch control, etc.
5454
implementation "io.livekit:livekit-android-camerax:$livekit_version"
5555
5656
// Snapshots of the latest development version are available at:
57-
// implementation "io.livekit:livekit-android:2.12.4-SNAPSHOT"
57+
// implementation "io.livekit:livekit-android:2.13.1-SNAPSHOT"
5858
}
5959
```
6060

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.12.4-SNAPSHOT
26+
VERSION_NAME=2.13.0
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.12.3",
3+
"version": "2.13.0",
44
"repository": "https://github.com/livekit/client-sdk-android.git",
55
"license": "Apache License 2.0",
66
"private": true,

0 commit comments

Comments
 (0)