Skip to content

Commit 3a2f99f

Browse files
committed
release 2.16.119
1 parent c033ed1 commit 3a2f99f

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.119] - 2026-04-09
3+
- 更新 `@netless/app-slide` 至 0.2.99,修复在部分安卓机型上对比度特效会导致图片还原度不一致问题。
24
## [2.16.118] - 2026-03-24
35
- 更新 `@netless/app-slide` 至 0.2.98。
46
- 新增 `SlideAppOptions.resourceMaxRetries` 参数,用于控制 PPT 资源加载最大重试次数,默认值为 3。

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.118"
45+
implementation "com.github.netless-io:whiteboard-android:2.16.119"
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.118"
48+
implementation "com.github.netless-io:whiteboard-android:2.16.119"
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
@@ -47,7 +47,7 @@
4747
* `WhiteSdk` 类。
4848
*/
4949
public class WhiteSdk {
50-
private final static String SDK_VERSION = "2.16.118";
50+
private final static String SDK_VERSION = "2.16.119";
5151

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

0 commit comments

Comments
 (0)