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.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。
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.118 "
45+ implementation "com.github.netless-io:whiteboard-android:2.16.119 "
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.118 "
48+ implementation "com.github.netless-io:whiteboard-android:2.16.119 "
4949}
5050```
5151
Original file line number Diff line number Diff line change 4747 * `WhiteSdk` 类。
4848 */
4949public 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 ;
You can’t perform that action at this time.
0 commit comments