Skip to content

Commit

Permalink
Merge pull request #342 from BoleLiu/dev
Browse files Browse the repository at this point in the history
Release for v3.1.6
  • Loading branch information
BoleLiu authored Mar 13, 2024
2 parents f6fd531 + ab95fff commit 128b19f
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PLDroidMediaStreamingDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 18
targetSdkVersion 29
versionCode 79
versionName "3.1.5.1"
versionName "3.1.6"
}
buildTypes {
release {
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 3 additions & 1 deletion PLDroidMediaStreamingDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:7.4.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -16,6 +17,7 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
25 changes: 25 additions & 0 deletions ReleaseNotes/release-notes-3.1.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# PLDroidMediaStreaming Release Notes for 3.1.6

本次更新:

## 版本

- 发布 pldroid-media-streaming-3.1.6.jar
- 更新 libpldroid_streaming_core.so

## 功能

- 新增流状态异常情况下的 DISCONNECTED 状态回调
- 新增对 YV12 格式外部数据导入的支持

## 缺陷

- 修复频繁添加贴纸闪烁的问题
- 修复 H.265 场景下 hls 播放地址无法播放的问题

## 注意事项

- **从 v3.1.5 版本开始,将不再支持 armeabi 架构**
- **从 v3.1.3 版本开始,HappyDNS 库务必升级到 1.0.0 版本**
- 从 v3.1.2 版本开始,SDK 将不再强制要求获取 READ_PHONE_STATE 和 ACCESS_FINE_LOCATION 的权限
- 从 v3.1.1 版本开始,HappyDNS 库务必到 0.2.18 版本
Binary file modified releases/arm64-v8a/libpldroid_streaming_core.so
Binary file not shown.
Binary file modified releases/armeabi-v7a/libpldroid_streaming_core.so
Binary file not shown.
Binary file removed releases/pldroid-media-streaming-3.1.5.1.jar
Binary file not shown.
Binary file added releases/pldroid-media-streaming-3.1.6.jar
Binary file not shown.
Binary file modified releases/x86/libpldroid_streaming_core.so
Binary file not shown.

0 comments on commit 128b19f

Please sign in to comment.