Skip to content

Commit ab4cb53

Browse files
committed
✨ feat(lmcast): 添加LMCast功能支持
- 更新版本号至3.2.12
1 parent 8f87868 commit ab4cb53

File tree

7 files changed

+7
-4
lines changed

7 files changed

+7
-4
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.2.12 - 2025-09-03
2+
支持LMCast
3+
14
## 3.2.11 - 2025-07-25
25
.so 16k对齐
36

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 30211
12-
versionName "3.2.11"
11+
versionCode 30212
12+
versionName "3.2.12"
1313
}
1414

1515
buildTypes {
@@ -40,7 +40,7 @@ afterEvaluate {
4040
from components.release
4141
groupId = 'com.github.NodeMedia'
4242
artifactId = 'NodeMediaClient-Android'
43-
version = '3.2.11'
43+
version = '3.2.12'
4444
}
4545
}
4646
}
3.27 KB
Binary file not shown.
Binary file not shown.
2.85 KB
Binary file not shown.
3.33 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencyResolutionManagement {
4141
### 2. Add the dependency
4242
```
4343
dependencies {
44-
implementation 'com.github.NodeMedia:NodeMediaClient-Android:3.2.10'
44+
implementation 'com.github.NodeMedia:NodeMediaClient-Android:3.2.12'
4545
}
4646
```
4747

0 commit comments

Comments
 (0)