Committed by
GitHub
v2.20.1 (#750)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
正在显示
6 个修改的文件
包含
12 行增加
和
14 行删除
.changeset/chatty-jokes-float.md
已删除
100644 → 0
.changeset/spicy-queens-yawn.md
已删除
100644 → 0
| 1 | # client-sdk-android | 1 | # client-sdk-android |
| 2 | 2 | ||
| 3 | +## 2.20.1 | ||
| 4 | + | ||
| 5 | +### Patch Changes | ||
| 6 | + | ||
| 7 | +- Fix crash caused by extra simulcast layers equal to original resolution - [#749](https://github.com/livekit/client-sdk-android/pull/749) ([@davidliu](https://github.com/davidliu)) | ||
| 8 | + | ||
| 9 | +- Wrap exceptions thrown in sendText and sendFile into Result - [#749](https://github.com/livekit/client-sdk-android/pull/749) ([@davidliu](https://github.com/davidliu)) | ||
| 10 | + | ||
| 3 | ## 2.20.0 | 11 | ## 2.20.0 |
| 4 | 12 | ||
| 5 | ### Minor Changes | 13 | ### Minor Changes |
| @@ -47,7 +47,7 @@ LiveKit for Android is available as a Maven package. | @@ -47,7 +47,7 @@ LiveKit for Android is available as a Maven package. | ||
| 47 | ```groovy title="build.gradle" | 47 | ```groovy title="build.gradle" |
| 48 | ... | 48 | ... |
| 49 | dependencies { | 49 | dependencies { |
| 50 | - def livekit_version = "2.20.0" | 50 | + def livekit_version = "2.20.1" |
| 51 | 51 | ||
| 52 | implementation "io.livekit:livekit-android:$livekit_version" | 52 | implementation "io.livekit:livekit-android:$livekit_version" |
| 53 | 53 | ||
| @@ -58,7 +58,7 @@ dependencies { | @@ -58,7 +58,7 @@ dependencies { | ||
| 58 | implementation "io.livekit:livekit-android-track-processors:$livekit_version" | 58 | implementation "io.livekit:livekit-android-track-processors:$livekit_version" |
| 59 | 59 | ||
| 60 | // Snapshots of the latest development version are available at: | 60 | // Snapshots of the latest development version are available at: |
| 61 | - // implementation "io.livekit:livekit-android:2.20.1-SNAPSHOT" | 61 | + // implementation "io.livekit:livekit-android:2.20.2-SNAPSHOT" |
| 62 | } | 62 | } |
| 63 | ``` | 63 | ``` |
| 64 | 64 |
| @@ -23,7 +23,7 @@ kotlin.code.style=official | @@ -23,7 +23,7 @@ kotlin.code.style=official | ||
| 23 | ############################################################### | 23 | ############################################################### |
| 24 | 24 | ||
| 25 | GROUP=io.livekit | 25 | GROUP=io.livekit |
| 26 | -VERSION_NAME=2.20.1-SNAPSHOT | 26 | +VERSION_NAME=2.20.1 |
| 27 | 27 | ||
| 28 | POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms | 28 | POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms |
| 29 | 29 |
| 1 | { | 1 | { |
| 2 | "name": "client-sdk-android", | 2 | "name": "client-sdk-android", |
| 3 | - "version": "2.20.0", | 3 | + "version": "2.20.1", |
| 4 | "repository": "https://github.com/livekit/client-sdk-android.git", | 4 | "repository": "https://github.com/livekit/client-sdk-android.git", |
| 5 | "license": "Apache License 2.0", | 5 | "license": "Apache License 2.0", |
| 6 | "private": true, | 6 | "private": true, |
-
请 注册 或 登录 后发表评论