Skip to content

Commit 4110e14

Browse files
author
kongdywang
committed
update to 12.1.0
1 parent fd98bd0 commit 4110e14

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

Flutter/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,14 @@ Professional 分支:Android & iOS 端集成TXLiteAVSDK_Professional lastest版
240240
- Fix the issue where updating Picture-in-Picture produces errors when Picture-in-Picture ends in some cases
241241
- Modify the plugin callback Flutter side message architecture
242242
- During SDK initialization, all modules are changed to lazy loading
243-
- The demo and player components no longer need to force set the language; if not set, it defaults to English
243+
- The demo and player components no longer need to force set the language; if not set, it defaults to English
244+
245+
#### Version: 12.1.0 2024.11.20
246+
247+
##### Features:
248+
249+
- set Android TXLiteAVSDK_Professional to 12.1.0.14886,tag:release_pro_v12.1.0
250+
- set iOS TXLiteAVSDK_Professional to 12.1.16597, tag:release_pro_v12.1.0
251+
- Fix the issue of reversed logic in the live streaming mute method.
252+
- iOS adds support for Picture-in-Picture for live streaming, which requires premium permission to use.
253+
- Fix other known issues.

Flutter/CI/buildVersionOnMac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildLog() {
55
}
66

77
inputVersion=$1
8-
export VERSION_NAME="12.0.1"
8+
export VERSION_NAME="12.1.0"
99
if [ -n "$inputVersion" ]; then
1010
VERSION_NAME=$inputVersion
1111
fi

Flutter/android/config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rootProject.ext {
44
supportSdkVersion = "26.0.1"
55
minSdkVersion = 19
66
targetSdkVersion = 28
7-
playerVersion = '12.0.1'
7+
playerVersion = '12.1.0'
88
compat = "androidx.appcompat:appcompat:1.6.1"
99

1010
/**

Flutter/ios/super_player.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'super_player'
7-
s.version = '12.0.1'
7+
s.version = '12.1.0'
88
s.summary = 'player plugin.'
99
s.description = <<-DESC
1010
player plugin.

Flutter/lib/Core/common/common_config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
part of SuperPlayer;
33

44
abstract class FPlayerPckInfo {
5-
static const String PLAYER_VERSION = "12.0.1";
5+
static const String PLAYER_VERSION = "12.1.0";
66
}

Flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: super_player
22
description: player plugin.
3-
version: 12.0.1
3+
version: 12.1.0
44
author:
55
homepage:
66

0 commit comments

Comments
 (0)