File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# client-sdk-android
22
3+ ## 2.23.6
4+
5+ ### Patch Changes
6+
7+ - Fix transcription attributes not converting correctly - [ #889 ] ( https://github.com/livekit/client-sdk-android/pull/889 ) ([ @davidliu ] ( https://github.com/davidliu ) )
8+
39## 2.23.5
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.5 "
50+ def livekit_version = "2.23.6 "
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.6 -SNAPSHOT"
61+ // implementation "io.livekit:livekit-android:2.23.7 -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.6-SNAPSHOT
26+ VERSION_NAME =2.23.6
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.5 " ,
3+ "version" : " 2.23.6 " ,
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