Skip to content

Commit 7899844

Browse files
author
kongdywang
committed
update to 12.1.0
1 parent 6c5dc58 commit 7899844

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

Flutter/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,14 @@ Professional 分支:Android & iOS 端集成TXLiteAVSDK_Professional lastest版
237237
- Fix the issue where updating Picture-in-Picture produces errors when Picture-in-Picture ends in some cases
238238
- Modify the plugin callback Flutter side message architecture
239239
- During SDK initialization, all modules are changed to lazy loading
240-
- The demo and player components no longer need to force set the language; if not set, it defaults to English
240+
- The demo and player components no longer need to force set the language; if not set, it defaults to English
241+
242+
#### Version: 12.1.0 2024.11.20
243+
244+
##### Features:
245+
246+
- set Android TXLiteAVSDK_Player to 12.1.0.14886,tag:release_player_v12.1.0
247+
- set iOS TXLiteAVSDK_Player to 12.1.16597, tag:release_player_v12.1.0
248+
- Fix the issue of reversed logic in the live streaming mute method.
249+
- iOS adds support for Picture-in-Picture for live streaming, which requires premium permission to use.
250+
- 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: 2 additions & 2 deletions
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
/**
@@ -14,5 +14,5 @@ rootProject.ext {
1414
Professional SDK: liteavSdk="com.tencent.liteav:LiteAVSDK_Professional:latest.release"
1515
If you want to specify the SDK version(eg 11.7.0.13946), use: liteavSdk="com.tencent.liteav:LiteAVSDK_Player:11.7.0.13946"
1616
*/
17-
liteavSdk="com.tencent.liteav:LiteAVSDK_Player:12.0.0.14689"
17+
liteavSdk="com.tencent.liteav:LiteAVSDK_Player:12.1.0.14886"
1818
}

Flutter/ios/super_player.podspec

Lines changed: 2 additions & 2 deletions
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.
@@ -26,7 +26,7 @@ player plugin.
2626
# Player_Premium SDK: s.dependency 'TXLiteAVSDK_Player_Premium'
2727
# Professional SDK: s.dependency 'TXLiteAVSDK_Professional'
2828
# If you want to specify the SDK version(eg 11.6.15041), use: s.dependency 'TXLiteAVSDK_Player','11.6.15041'
29-
s.dependency 'TXLiteAVSDK_Player','12.0.16301'
29+
s.dependency 'TXLiteAVSDK_Player','12.1.16597'
3030

3131
# Flutter.framework does not contain a i386 slice.
3232
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }

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)