提交 ecc86e84 authored 作者: kongdywang's avatar kongdywang

update to 11.7.0

上级 cdd82a3f
...@@ -171,3 +171,13 @@ Professional 分支:Android & iOS 端集成TXLiteAVSDK_Professional lastest版 ...@@ -171,3 +171,13 @@ Professional 分支:Android & iOS 端集成TXLiteAVSDK_Professional lastest版
- superPlayerWidget add stopPlay method - superPlayerWidget add stopPlay method
- vod/live dispose method can await now - vod/live dispose method can await now
- fix known issues - fix known issues
#### Version: 11.7.0 2024.04.02
##### 版本特性:
- set Android TXLiteAVSDK_Professional to 11.7.0.13946,tag:release_pro_v11.7.0
- set iOS TXLiteAVSDK_Professional to 11.7.15343, tag:release_pro_v11.7.0
- Add setSDKListener in SuperPlayerPlugin
- fix known issues
\ No newline at end of file
...@@ -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.6.1' playerVersion = '11.7.0'
/* /*
在此处可以更换需要的SDK版本,替换为专业版为 com.tencent.liteav:LiteAVSDK_Professional:latest.release 在此处可以更换需要的SDK版本,替换为专业版为 com.tencent.liteav:LiteAVSDK_Professional:latest.release
其中 latest.release 可指定为自己需要的版本号,例如 "com.tencent.liteav:LiteAVSDK_Player:9.5.29035" ,写成 latest.release 则默认使用最新版本 其中 latest.release 可指定为自己需要的版本号,例如 "com.tencent.liteav:LiteAVSDK_Player:9.5.29035" ,写成 latest.release 则默认使用最新版本
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
archiveVersion = 1; archiveVersion = 1;
classes = { classes = {
}; };
objectVersion = 51; objectVersion = 54;
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
...@@ -390,6 +390,7 @@ ...@@ -390,6 +390,7 @@
DEVELOPMENT_TEAM = 2ZNSKQLPTK; DEVELOPMENT_TEAM = 2ZNSKQLPTK;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
...@@ -517,6 +518,7 @@ ...@@ -517,6 +518,7 @@
DEVELOPMENT_TEAM = 2ZNSKQLPTK; DEVELOPMENT_TEAM = 2ZNSKQLPTK;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
...@@ -539,6 +541,7 @@ ...@@ -539,6 +541,7 @@
DEVELOPMENT_TEAM = 2ZNSKQLPTK; DEVELOPMENT_TEAM = 2ZNSKQLPTK;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
......
...@@ -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.6.1' s.version = '11.7.0'
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.6.1"; static const String PLAYER_VERSION = "11.7.0";
} }
\ No newline at end of file
name: super_player name: super_player
description: player plugin. description: player plugin.
version: 11.6.1 version: 11.7.0
author: author:
homepage: homepage:
......
name: superplayer_widget name: superplayer_widget
description: superplayer,base on vodplayer description: superplayer,base on vodplayer
version: "11.6.1" version: "11.7.0"
environment: environment:
sdk: '>=2.17.0 <4.0.0' sdk: '>=2.17.0 <4.0.0'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论