提交 01b0aa29 authored 作者: kongdywang's avatar kongdywang

update to 11.6.1

上级 d881f7d8
......@@ -159,3 +159,15 @@ Professional 分支:Android & iOS 端集成TXLiteAVSDK_Professional lastest版
- set iOS TXLiteAVSDK_Professional to 11.6.15007, tag:release_pro_v11.6.0
- Adapt the Flutter player to the new version of the Flutter SDK
- fix player and player's widget known issues
#### Version: 11.6.1 2024.01.29
##### 版本特性:
- set Android TXLiteAVSDK_Professional to 11.6.0.13641,tag:release_pro_v11.6.1
- set iOS TXLiteAVSDK_Professional to 11.6.15041, tag:release_pro_v11.6.1
- superPlayerWidget add renderMode config
- superPlayerWidget add stopPlay method
- vod/live dispose method can await now
- fix known issues
\ No newline at end of file
......@@ -4,7 +4,7 @@ rootProject.ext {
supportSdkVersion = "26.0.1"
minSdkVersion = 19
targetSdkVersion = 28
playerVersion = '11.6.0'
playerVersion = '11.6.1'
/*
在此处可以更换需要的SDK版本,替换为专业版为 com.tencent.liteav:LiteAVSDK_Professional:latest.release
其中 latest.release 可指定为自己需要的版本号,例如 "com.tencent.liteav:LiteAVSDK_Player:9.5.29035" ,写成 latest.release 则默认使用最新版本
......
......@@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'super_player'
s.version = '11.6.0'
s.version = '11.6.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.6.0";
static const String PLAYER_VERSION = "11.6.1";
}
\ No newline at end of file
name: super_player
description: player plugin.
version: 11.6.0
version: 11.6.1
author:
homepage:
......
name: superplayer_widget
description: superplayer,base on vodplayer
version: "11.6.0"
version: "11.6.1"
environment:
sdk: '>=2.17.0 <4.0.0'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论