Skip to content

Commit 33de685

Browse files
committed
fix: update to version 4.0.13 with preview display fix
This release updates the NodeMediaClient to version 4.0.13, fixing a preview display anomaly issue. The changelog has been updated to reflect this fix, and version numbers have been incremented across build.gradle, README.md, and the Maven publishing configuration. All native library binaries (.so files) have been updated to match the new version.
1 parent ef0c92d commit 33de685

7 files changed

Lines changed: 6 additions & 5 deletions

File tree

ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## 4.0.12 - 2026-01-02
1+
## 4.0.13 - 2026-01-02
22
修复推流静音参数设置问题
3+
修复一处预览画面异常问题
34

45
## 4.0.10 - 2025-12-15
56
更准确的推流时间戳对齐

NodeMediaClient/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion 21
1010
targetSdkVersion 33
11-
versionCode 40012
12-
versionName "4.0.12"
11+
versionCode 40013
12+
versionName "4.0.13"
1313
}
1414

1515
buildTypes {
@@ -33,7 +33,7 @@ afterEvaluate {
3333
from components.release
3434
groupId = 'com.github.NodeMedia'
3535
artifactId = 'NodeMediaClient-Android'
36-
version = '4.0.12'
36+
version = '4.0.13'
3737
}
3838
}
3939
}
-1.83 KB
Binary file not shown.
-1.63 KB
Binary file not shown.
-1.81 KB
Binary file not shown.
-1.83 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencyResolutionManagement {
4444
### 2. Add the dependency
4545
```
4646
dependencies {
47-
implementation 'com.github.NodeMedia:NodeMediaClient-Android:4.0.12'
47+
implementation 'com.github.NodeMedia:NodeMediaClient-Android:4.0.13'
4848
}
4949
```
5050

0 commit comments

Comments
 (0)