Skip to content

Commit 5a84699

Browse files
committed
release 2.16.108
1 parent 037c684 commit 5a84699

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# 版本更新记录
2+
## [2.16.108] - 2025-08-22
3+
- 更新 `@netless/appliance-plugin` 至 1.1.21
24
## [2.16.107] - 2025-08-14
35
- 更新 `@netless/appliance-plugin` 至 1.1.19
46
- 新增 `RoomParams.appliancePluginOptions` 参数,支持 appliancePlugin 参数配置。

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ add dependency of whiteboard in the **app/build.gradle** file
4242
```groovy
4343
dependencies {
4444
// Get the latest version number through the release notes.
45-
implementation "com.github.netless-io:whiteboard-android:2.16.107"
45+
implementation "com.github.netless-io:whiteboard-android:2.16.108"
4646
}
4747
```
4848

README_zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ allprojects {
4545
```groovy
4646
dependencies {
4747
// 数字请根据最新版自行添加
48-
implementation "com.github.netless-io:whiteboard-android:2.16.107"
48+
implementation "com.github.netless-io:whiteboard-android:2.16.108"
4949
}
5050
```
5151

sdk/src/main/java/com/herewhite/sdk/WhiteSdk.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* `WhiteSdk` 类。
4747
*/
4848
public class WhiteSdk {
49-
private final static String SDK_VERSION = "2.16.107";
49+
private final static String SDK_VERSION = "2.16.108";
5050

5151
private final static Gson gson = new Gson();
5252
private static AudioMixerBridge sAudioMixerBridge;

0 commit comments

Comments
 (0)