Skip to content

Commit

Permalink
update to v3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
illuspas committed Mar 6, 2024
1 parent c3b1210 commit 6c30c26
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.2.7 - 2024-03-06
修复一处音频采样声道兼容问题

## 3.2.6 - 2024-03-06
修复一处摄像头预览异常
修复RN推流无声
Expand Down
6 changes: 3 additions & 3 deletions NodeMediaClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionCode 30206
versionName "3.2.6"
versionCode 30207
versionName "3.2.7"
}

buildTypes {
Expand Down Expand Up @@ -40,7 +40,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.NodeMedia'
artifactId = 'NodeMediaClient-Android'
version = '3.2.6'
version = '3.2.7'
}
}
}
Expand Down
Binary file modified NodeMediaClient/src/main/jniLibs/arm64-v8a/libNodeMediaClient.so
Binary file not shown.
Binary file not shown.
Binary file modified NodeMediaClient/src/main/jniLibs/x86/libNodeMediaClient.so
Binary file not shown.
Binary file modified NodeMediaClient/src/main/jniLibs/x86_64/libNodeMediaClient.so
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencyResolutionManagement {
### 2. Add the dependency
```
dependencies {
implementation 'com.github.NodeMedia:NodeMediaClient-Android:3.2.6'
implementation 'com.github.NodeMedia:NodeMediaClient-Android:3.2.7'
}
```

Expand Down

0 comments on commit 6c30c26

Please sign in to comment.