Skip to content

Commit 2627ef7

Browse files
committed
替换正式版本
Change-Id: Ib802b0e06f029e4776c9f357a830290aec9bb57d
1 parent 917967a commit 2627ef7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ target 'LinkApp' do
2929
pod 'CocoaAsyncSocket', '7.6.5'
3030
pod 'TIoTLinkKit_TPNS', '1.0.1'
3131
pod 'TIoTLinkKit_WechatOpenSDK', '1.0.1'
32-
pod 'TIoTLinkKit_IJKPlayer', '~> 1.0.7-beta.202207121233'
32+
pod 'TIoTLinkKit_IJKPlayer', '1.0.7'
3333
pod 'Bugly', '2.5.91'
3434
end
3535

@@ -41,5 +41,5 @@ target 'LinkSDKDemo' do
4141
pod 'TIoTLinkKit/LinkRTC', :path => './'
4242

4343
pod 'TIoTLinkVideo', :path => './'
44-
pod 'TIoTLinkKit_IJKPlayer', '~> 1.0.7-beta.202207121233'
44+
pod 'TIoTLinkKit_IJKPlayer', '1.0.7'
4545
end

TIoTLinkVideo.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818

1919
s.source_files = 'Source/SDK/LinkVideo/**/*.{h,m,c,mm}'
2020

21-
s.dependency 'TIoTLinkKit_XP2P', '2.4.26-beta.202205260939' #~> 2.4.21-beta.202202101145
21+
s.dependency 'TIoTLinkKit_XP2P', '2.4.27' #~> 2.4.21-beta.202202101145
2222
s.dependency 'TIoTLinkKit_FLV', '2.2.3'
2323
s.dependency 'CocoaAsyncSocket', '7.6.5'
2424

0 commit comments

Comments
 (0)