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# components-android
22
3+ ## 2.1.1
4+
5+ ### Patch Changes
6+
7+ - Update LiveKit Android SDK to 2.23.1 - [ #54 ] ( https://github.com/livekit/components-android/pull/54 ) ([ @davidliu ] ( https://github.com/davidliu ) )
8+
39## 2.1.0
410
511### Minor Changes
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ LiveKit Components for Android is available as a Maven package.
3232...
3333dependencies {
3434 // The components package has a different versioning than the main LiveKit SDK.
35- implementation "io.livekit:livekit-android-compose-components:2.1.0 "
35+ implementation "io.livekit:livekit-android-compose-components:2.1.1 "
3636
3737 // Snapshots of the latest development version are available at:
38- // implementation "io.livekit:livekit-android-compose-components:2.1.1 -SNAPSHOT"
38+ // implementation "io.livekit:livekit-android-compose-components:2.1.2 -SNAPSHOT"
3939
4040 // Depend on LiveKit SDK separately to keep up to date.
4141 implementation "io.livekit:livekit-android:$livekit_version"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ android.nonTransitiveRClass=true
2626# ##############################################################
2727
2828GROUP =io.livekit
29- VERSION_NAME =2.1.1-SNAPSHOT
29+ VERSION_NAME =2.1.1
3030
3131POM_DESCRIPTION =Compose Components for LiveKit Android SDK
3232
Original file line number Diff line number Diff line change 11{
22 "name" : " components-android" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "repository" : " https://github.com/livekit/components-android.git" ,
55 "license" : " Apache License 2.0" ,
66 "private" : true ,
You can’t perform that action at this time.
0 commit comments