提交 6d4b66a1 authored 作者: kongdywang's avatar kongdywang

update to 11.9.1

上级 0da59ff5
...@@ -204,4 +204,15 @@ Professional 分支:Android & iOS 端集成TXLiteAVSDK_Professional lastest版 ...@@ -204,4 +204,15 @@ Professional 分支:Android & iOS 端集成TXLiteAVSDK_Professional lastest版
- set iOS TXLiteAVSDK_Professional to 11.9.15963, tag:release_pro_v11.9.0 - set iOS TXLiteAVSDK_Professional to 11.9.15963, tag:release_pro_v11.9.0
- Android compatible with high version Gradle - Android compatible with high version Gradle
- The location of the superPlayerWidget has changed, integrating superPlayer will no longer include the source code of the superPlayerWidget - The location of the superPlayerWidget has changed, integrating superPlayer will no longer include the source code of the superPlayerWidget
- Android picture-in-picture feature logic optimization, compatible with more models - Android picture-in-picture feature logic optimization, compatible with more models
\ No newline at end of file
#### Version: 11.9.1 2024.06.05
##### Features:
- fix playback failed when in pip after recover from lock screen
- TXVodPlayerController has introduced a new setStringOption interface for configuring extensions.
- The Flutter side's operation of the player can now affect the UI updates for playing and pausing in the picture-in-picture window.
- Fixed potential memory leak issues.
- Optimized the logic of superPlayer Widget
- Fixed other known issues.
\ No newline at end of file
...@@ -5,7 +5,7 @@ buildLog() { ...@@ -5,7 +5,7 @@ buildLog() {
} }
inputVersion=$1 inputVersion=$1
export VERSION_NAME="11.9.0" export VERSION_NAME="11.9.1"
if [ -n "$inputVersion" ]; then if [ -n "$inputVersion" ]; then
VERSION_NAME=$inputVersion VERSION_NAME=$inputVersion
fi fi
......
...@@ -4,7 +4,7 @@ rootProject.ext { ...@@ -4,7 +4,7 @@ rootProject.ext {
supportSdkVersion = "26.0.1" supportSdkVersion = "26.0.1"
minSdkVersion = 19 minSdkVersion = 19
targetSdkVersion = 28 targetSdkVersion = 28
playerVersion = '11.9.0' playerVersion = '11.9.1'
compat = "androidx.appcompat:appcompat:1.6.1" compat = "androidx.appcompat:appcompat:1.6.1"
/** /**
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'super_player' s.name = 'super_player'
s.version = '11.9.0' s.version = '11.9.1'
s.summary = 'player plugin.' s.summary = 'player plugin.'
s.description = <<-DESC s.description = <<-DESC
player plugin. player plugin.
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
part of SuperPlayer; part of SuperPlayer;
abstract class FPlayerPckInfo { abstract class FPlayerPckInfo {
static const String PLAYER_VERSION = "11.9.0"; static const String PLAYER_VERSION = "11.9.1";
} }
\ No newline at end of file
name: super_player name: super_player
description: player plugin. description: player plugin.
version: 11.9.0 version: 11.9.1
author: author:
homepage: homepage:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论