File tree Expand file tree Collapse file tree
sdk/src/main/java/com/herewhite/sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 参数配置。
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ add dependency of whiteboard in the **app/build.gradle** file
4242``` groovy
4343dependencies {
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
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ allprojects {
4545``` groovy
4646dependencies {
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
Original file line number Diff line number Diff line change 4646 * `WhiteSdk` 类。
4747 */
4848public 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 ;
You can’t perform that action at this time.
0 commit comments