Skip to content

Commit

Permalink
Merge pull request #22 from Mengwangchao/dep-cocos-1.3.3
Browse files Browse the repository at this point in the history
【QPlayer2】1.3.3版本发布
  • Loading branch information
AstaTus authored Oct 30, 2023
2 parents b642c29 + 997a34c commit ecc3a85
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Qplayer2是一款跨平台的播放器SDK,除了基础的播放器能力外,
Platform | Build Status
-------- | ------------
Android | https://github.com/pili-engineering/QPlayer2-Android
IOS | Last Version: 1.3.2
IOS | Last Version: 1.3.3
Windows | 敬请期待
Mac | 敬请期待
### qplayer2-core 功能列表
Expand Down Expand Up @@ -45,7 +45,7 @@ Qplayer2是一款跨平台的播放器SDK,除了基础的播放器能力外,
##### 引入依赖

```groovy
pod 'qplayer2-core', '1.3.2'
pod 'qplayer2-core', '1.3.3'
```


Expand Down
5 changes: 5 additions & 0 deletions ReleaseNote/ReleaseNote-1.3.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 1.3.3 ReleaseNote

#### 修复问题

- 修复预加载偶现崩溃
2 changes: 1 addition & 1 deletion qplayer2-core.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|


spec.name = "qplayer2-core"
spec.version = "1.3.2"
spec.version = "1.3.3"
spec.summary = "Pili iOS video player SDK, RTMP, HLS video streaming supported."


Expand Down
2 changes: 1 addition & 1 deletion qplayer2demo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ target 'qplayer2demo' do
pod 'Bugly'
pod 'Masonry', '1.0.1'
#pod 'qplayer2-core', :path => '../'
pod 'qplayer2-core', '1.3.2'
pod 'qplayer2-core', '1.3.3'
end
4 changes: 2 additions & 2 deletions qplayer2demo/qplayer2demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.3.3;
PODS_PODFILE_DIR_PATH = "${SRCROOT}/.";
PODS_ROOT = "${SRCROOT}/Pods";
PRODUCT_BUNDLE_IDENTIFIER = com.qiniu.qplayer2demo;
Expand Down Expand Up @@ -1018,7 +1018,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.3.3;
PODS_PODFILE_DIR_PATH = "${SRCROOT}/.";
PODS_ROOT = "${SRCROOT}/Pods";
PRODUCT_BUNDLE_IDENTIFIER = com.qiniu.qplayer2demo;
Expand Down

0 comments on commit ecc3a85

Please sign in to comment.