File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed
Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# client-sdk-android
22
3+ ## 2.23.2
4+
5+ ### Patch Changes
6+
7+ - Fixed screen sharing with VP9/AV1 codecs - [ #828 ] ( https://github.com/livekit/client-sdk-android/pull/828 ) ([ @pblazej ] ( https://github.com/pblazej ) )
8+
39## 2.23.1
410
511### Patch Changes
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ LiveKit for Android is available as a Maven package.
4747``` groovy title="build.gradle"
4848...
4949dependencies {
50- def livekit_version = "2.23.1 "
50+ def livekit_version = "2.23.2 "
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.23.2 -SNAPSHOT"
61+ // implementation "io.livekit:livekit-android:2.23.3 -SNAPSHOT"
6262}
6363```
6464
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ kotlin.code.style=official
2323# ##############################################################
2424
2525GROUP =io.livekit
26- VERSION_NAME =2.23.1
26+ VERSION_NAME =2.23.2
2727
2828POM_DESCRIPTION =LiveKit Android SDK, WebRTC Rooms
2929
Original file line number Diff line number Diff line change 11{
22 "name" : " client-sdk-android" ,
3- "version" : " 2.23.1 " ,
3+ "version" : " 2.23.2 " ,
44 "repository" : " https://github.com/livekit/client-sdk-android.git" ,
55 "license" : " Apache License 2.0" ,
66 "private" : true ,
You can’t perform that action at this time.
0 commit comments