提交 62dd0f10 authored 作者: kongdywang's avatar kongdywang

fix ios crash issue

(cherry picked from commit e5cc2e2a96245d878274004fa4bf203bcf0cf37e)
上级 47762343
#### Version: 12.6.1 2025.06.20
##### Features:
- fix known issue
-
#### Version: 12.6.0 2025.06.20
##### Features:
......
......@@ -5,7 +5,7 @@ buildLog() {
}
inputVersion=$1
export VERSION_NAME="12.6.0"
export VERSION_NAME="12.6.1"
if [ -n "$inputVersion" ]; then
VERSION_NAME=$inputVersion
fi
......
......@@ -4,7 +4,7 @@ rootProject.ext {
supportSdkVersion = "26.0.1"
minSdkVersion = 19
targetSdkVersion = 28
playerVersion = "12.6.0"
playerVersion = "12.6.1"
compat = "androidx.appcompat:appcompat:1.6.1"
/**
......
......@@ -338,6 +338,10 @@ static const int uninitialized = -1;
}
}
- (void)reDrawWithError:(FlutterError * _Nullable __autoreleasing *)error {
// do nothing
}
- (void)setPlayerImageSprite:(NSString*)urlStr withImgArray:(NSArray*)imgStrArray {
[self releaseImageSprite];
_txImageSprite = [[TXImageSprite alloc] init];
......
......@@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'super_player'
s.version = '12.6.0'
s.version = '12.6.1'
s.summary = 'The super_player Flutter plugin is one of the sub-product SDKs of the audio/video terminal SDK (Tencent Cloud Video on Demand).'
s.description = <<-DESC
player plugin.
......
......@@ -2,5 +2,5 @@
part of SuperPlayer;
abstract class FPlayerPckInfo {
static const String PLAYER_VERSION = "12.6.0";
static const String PLAYER_VERSION = "12.6.1";
}
\ No newline at end of file
name: super_player
description: The super_player Flutter plugin is one of the sub-product SDKs of the audio/video terminal SDK (Tencent Cloud Video on Demand).
version: 12.6.0
version: 12.6.1
homepage: https://github.com/LiteAVSDK/Player_Flutter
environment:
......
......@@ -3,5 +3,5 @@ part of demo_super_player_lib;
class PlayerConstants {
static const PKG_NAME = "superplayer_widget";
static const String PLAYER_WIDGET_VERSION = "12.6.0";
static const String PLAYER_WIDGET_VERSION = "12.6.1";
}
name: superplayer_widget
description: superplayer,base on vodplayer
version: 12.6.0
version: 12.6.1
environment:
sdk: '>=2.17.0 <4.0.0'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论