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.25.1
4+
5+ ### Patch Changes
6+
7+ - Add convenience constructor to E2EEOptions for shared key encryption - [ #917 ] ( https://github.com/livekit/client-sdk-android/pull/917 ) ([ @davidliu ] ( https://github.com/davidliu ) )
8+
39## 2.25.0
410
511### Minor 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.25.0 "
50+ def livekit_version = "2.25.1 "
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.25.1 -SNAPSHOT"
61+ // implementation "io.livekit:livekit-android:2.25.2 -SNAPSHOT"
6262}
6363```
6464
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ kapt.use.worker.api=true
3333# ##############################################################
3434
3535GROUP =io.livekit
36- VERSION_NAME =2.25.0
36+ VERSION_NAME =2.25.1
3737
3838POM_DESCRIPTION =LiveKit Android SDK, WebRTC Rooms
3939
Original file line number Diff line number Diff line change 11{
22 "name" : " client-sdk-android" ,
3- "version" : " 2.25.0 " ,
3+ "version" : " 2.25.1 " ,
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