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.112] - 2025-12-22
3+ - 新增 ` AudioEffectImplement.setEffectSoundId ` , 更新音效混音播放状态。
4+ - 新增 ` AudioEffectImplement.setEffectDurationUpdate ` , 更新音效混音文件的总时长。
25## [ 2.16.111] - 2025-11-04
36- 更新 ` @netless/app-slide ` 至 0.2.88
47## [ 2.16.110] - 2025-10-16
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.111 "
45+ implementation "com.github.netless-io:whiteboard-android:2.16.112 "
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.111 "
48+ implementation "com.github.netless-io:whiteboard-android:2.16.112 "
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.111 " ;
49+ private final static String SDK_VERSION = "2.16.112 " ;
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