提交 6284172b authored 作者: kongdywang's avatar kongdywang

Fix the issue where Android crashes when restoring from PIP

上级 7a4bc7ac
......@@ -271,4 +271,10 @@ Professional 分支:Android & iOS 端集成TXLiteAVSDK_Professional lastest版
- Fix the issue that there is no subtitle callback without setting config on iOS.
- Fix the issue that there is no callback in some cases of downloading and pre-downloading.
- Add DRM playback API.
- Fix other known issues.
\ No newline at end of file
- Fix other known issues.
#### Version: 12.2.2 2024.12.30
##### Features:
- Fix the issue where Android crashes when restoring from PIP.
\ No newline at end of file
......@@ -5,7 +5,7 @@ buildLog() {
}
inputVersion=$1
export VERSION_NAME="12.2.1"
export VERSION_NAME="12.2.2"
if [ -n "$inputVersion" ]; then
VERSION_NAME=$inputVersion
fi
......
......@@ -4,7 +4,7 @@ rootProject.ext {
supportSdkVersion = "26.0.1"
minSdkVersion = 19
targetSdkVersion = 28
playerVersion = '12.2.1'
playerVersion = '12.2.2'
compat = "androidx.appcompat:appcompat:1.6.1"
/**
......
......@@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'super_player'
s.version = '12.2.1'
s.version = '12.2.2'
s.summary = 'player plugin.'
s.description = <<-DESC
player plugin.
......
......@@ -2,5 +2,5 @@
part of SuperPlayer;
abstract class FPlayerPckInfo {
static const String PLAYER_VERSION = "12.2.1";
static const String PLAYER_VERSION = "12.2.2";
}
\ No newline at end of file
name: super_player
description: player plugin.
version: 12.2.1
version: 12.2.2
author:
homepage:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论