正在显示
2 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -47,14 +47,14 @@ LiveKit for Android is available as a Maven package. | @@ -47,14 +47,14 @@ 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.5.0" | 50 | + def livekit_version = "2.6.0" |
| 51 | 51 | ||
| 52 | implementation "io.livekit:livekit-android:$livekit_version" | 52 | implementation "io.livekit:livekit-android:$livekit_version" |
| 53 | // CameraX support with pinch to zoom, torch control, etc. | 53 | // CameraX support with pinch to zoom, torch control, etc. |
| 54 | implementation "io.livekit:livekit-android-camerax:$livekit_version" | 54 | implementation "io.livekit:livekit-android-camerax:$livekit_version" |
| 55 | 55 | ||
| 56 | // Snapshots of the latest development version are available at: | 56 | // Snapshots of the latest development version are available at: |
| 57 | - // implementation "io.livekit:livekit-android:2.5.1-SNAPSHOT" | 57 | + // implementation "io.livekit:livekit-android:2.7.0-SNAPSHOT" |
| 58 | } | 58 | } |
| 59 | ``` | 59 | ``` |
| 60 | 60 |
| @@ -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.6.0 | 26 | +VERSION_NAME=2.7.0-SNAPSHOT |
| 27 | 27 | ||
| 28 | POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms | 28 | POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms |
| 29 | 29 |
-
请 注册 或 登录 后发表评论