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

update to 11.9.1

上级 0da59ff5
......@@ -205,3 +205,14 @@ Professional 分支:Android & iOS 端集成TXLiteAVSDK_Professional lastest版
- 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
- Android picture-in-picture feature logic optimization, compatible with more models
#### 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() {
}
inputVersion=$1
export VERSION_NAME="11.9.0"
export VERSION_NAME="11.9.1"
if [ -n "$inputVersion" ]; then
VERSION_NAME=$inputVersion
fi
......
......@@ -4,7 +4,7 @@ rootProject.ext {
supportSdkVersion = "26.0.1"
minSdkVersion = 19
targetSdkVersion = 28
playerVersion = '11.9.0'
playerVersion = '11.9.1'
compat = "androidx.appcompat:appcompat:1.6.1"
/**
......
......@@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'super_player'
s.version = '11.9.0'
s.version = '11.9.1'
s.summary = 'player plugin.'
s.description = <<-DESC
player plugin.
......
......@@ -2,5 +2,5 @@
part of SuperPlayer;
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
description: player plugin.
version: 11.9.0
version: 11.9.1
author:
homepage:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论