提交 64b60541 authored 作者: kongdywang's avatar kongdywang

Fix the issue where Android crashes when restoring from PIP

(cherry picked from commit 6284172b)
上级 d9b7360e
...@@ -274,4 +274,10 @@ Professional 分支:Android & iOS 端集成TXLiteAVSDK_Professional lastest版 ...@@ -274,4 +274,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 subtitle callback without setting config on iOS.
- Fix the issue that there is no callback in some cases of downloading and pre-downloading. - Fix the issue that there is no callback in some cases of downloading and pre-downloading.
- Add DRM playback API. - Add DRM playback API.
- Fix other known issues. - Fix other known issues.
\ No newline at end of file
#### 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() { ...@@ -5,7 +5,7 @@ buildLog() {
} }
inputVersion=$1 inputVersion=$1
export VERSION_NAME="12.2.1" export VERSION_NAME="12.2.2"
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 = '12.2.1' playerVersion = '12.2.2'
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 = '12.2.1' s.version = '12.2.2'
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 = "12.2.1"; static const String PLAYER_VERSION = "12.2.2";
} }
\ No newline at end of file
name: super_player name: super_player
description: player plugin. description: player plugin.
version: 12.2.1 version: 12.2.2
author: author:
homepage: homepage:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论