Skip to content

Commit

Permalink
release 2.16.95
Browse files Browse the repository at this point in the history
  • Loading branch information
aderan committed Nov 6, 2024
1 parent 09f439d commit e37f84f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 版本更新记录
## [2.16.94] - 2024-10-31
- 更新 `@netless/appliance-plugin` 至 1.1.1, 修复只读加入房间绘制异常问题
## [2.16.95] - 2024-11-06
- 更新 `@netless/appliance-plugin` 至 1.1.2, 修复房间可写异常
## [2.16.93] - 2024-10-11
- 新增 `SlideListener.onSlideError` 方法,用于监听 PPT 渲染错误。
- 新增 `WhiteSdk.recoverSlide` 方法,用于恢复 PPT 渲染。
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.94"
implementation "com.github.netless-io:whiteboard-android:2.16.95"
}
```

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.94"
implementation "com.github.netless-io:whiteboard-android:2.16.95"
}
```

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.94";
private final static String SDK_VERSION = "2.16.95";

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

0 comments on commit e37f84f

Please sign in to comment.