Skip to content

Commit

Permalink
release 2.16.86
Browse files Browse the repository at this point in the history
  • Loading branch information
AderanFeng committed May 29, 2024
1 parent 27cd185 commit 892a392
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 版本更新记录
## [2.16.86] - 2024-05-29
- 更新 `@netless/app-slide` 至 0.2.57
- 新增 `SlideAppOptions.invisibleBehavior` 指定幻灯片不可见的行为策略
## [2.16.85] - 2024-05-13
- 更新 `white-web-sdk` 至 2.16.51
- 新增 `WhiteSDK.prepareWhiteConnection` 方法用于提前选择线路以加快首次连接速度
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ add dependency of whiteboard in the **app/build.gradle** file
```groovy
dependencies {
// Get the latest version number through the release notes.
implementation "com.github.netless-io:whiteboard-android:2.16.85"
implementation "com.github.netless-io:whiteboard-android:2.16.86"
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ allprojects {
```groovy
dependencies {
// 数字请根据最新版自行添加
implementation "com.github.netless-io:whiteboard-android:2.16.85"
implementation "com.github.netless-io:whiteboard-android:2.16.86"
}
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/herewhite/sdk/WhiteSdk.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* `WhiteSdk` 类。
*/
public class WhiteSdk {
private final static String SDK_VERSION = "2.16.85";
private final static String SDK_VERSION = "2.16.86";

private final static Gson gson = new Gson();
private static AudioMixerBridge sAudioMixerBridge;
Expand Down

0 comments on commit 892a392

Please sign in to comment.