Skip to content

Commit 13f66c0

Browse files
v1.3.1 (#35)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2bc9927 commit 13f66c0

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/unlucky-owls-kneel.md

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# components-android
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- Update for use with LiveKit Android SDK 2.14.0 - [#38](https://github.com/livekit/components-android/pull/38) ([@davidliu](https://github.com/davidliu))
8+
39
## 1.3.0
410

511
### Minor Changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ LiveKit Components for Android is available as a Maven package.
3232
...
3333
dependencies {
3434
// The components package has a different versioning than the main LiveKit SDK.
35-
implementation "io.livekit:livekit-android-compose-components:1.3.0"
35+
implementation "io.livekit:livekit-android-compose-components:1.3.1"
3636
3737
// Snapshots of the latest development version are available at:
38-
// implementation "io.livekit:livekit-android-compose-components:1.3.1-SNAPSHOT"
38+
// implementation "io.livekit:livekit-android-compose-components:1.3.2-SNAPSHOT"
3939
4040
// Depend on LiveKit SDK separately to keep up to date.
4141
implementation "io.livekit:livekit-android:$livekit_version"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android.nonTransitiveRClass=true
2626
###############################################################
2727

2828
GROUP=io.livekit
29-
VERSION_NAME=1.3.0
29+
VERSION_NAME=1.3.1
3030

3131
POM_DESCRIPTION=Compose Components for LiveKit Android SDK
3232

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "components-android",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"repository": "https://github.com/livekit/components-android.git",
55
"license": "Apache License 2.0",
66
"private": true,

0 commit comments

Comments
 (0)