Skip to content

Commit 5196d6b

Browse files
committed
release 2.16.112
1 parent 2f01c7f commit 5196d6b

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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

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.111"
45+
implementation "com.github.netless-io:whiteboard-android:2.16.112"
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.111"
48+
implementation "com.github.netless-io:whiteboard-android:2.16.112"
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.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;

0 commit comments

Comments
 (0)