Skip to content

Commit

Permalink
update to v3.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
illuspas committed Oct 11, 2024
1 parent 8cf443f commit a434c6c
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.9 - 2024-10-11
修复推流到youtube音频杂音的问题

## 3.2.8 - 2024-09-14
增加原始数据推流拉流类

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 30208
versionName "3.2.8"
versionCode 30209
versionName "3.2.9"
}

buildTypes {
Expand Down Expand Up @@ -40,7 +40,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.NodeMedia'
artifactId = 'NodeMediaClient-Android'
version = '3.2.8'
version = '3.2.9'
}
}
}
Expand Down
Binary file modified NodeMediaClient/src/main/jniLibs/arm64-v8a/libNodeMediaClient.so
Binary file not shown.
Binary file modified NodeMediaClient/src/main/jniLibs/armeabi-v7a/libNodeMediaClient.so
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.8'
implementation 'com.github.NodeMedia:NodeMediaClient-Android:3.2.9'
}
```

Expand Down

0 comments on commit a434c6c

Please sign in to comment.