Skip to content

Commit 151d71d

Browse files
author
Nikolaï Roycourt
committed
Update SDK to 2.4.2
1 parent b86781e commit 151d71d

File tree

16 files changed

+9
-5
lines changed

16 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
v2.4.2
4+
- Fixed an issue causing crash when user arrives on view and immediately goes back
5+
- Internal improvements
6+
37
v2.4.1:
48
- Fixed player playing issue after rotation
59
- Fixed issue coming from rare malformed data from VAST causing crashes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Teads iOS SDK
22

33
<p align="center">
4-
<img src="https://jenkins.teads.net/buildStatus/icon?job=TeadsSDK-iOS_master" alt="Build Status"/>
4+
<img src="https://jenkins.teads.net/job/TeadsSDK-iOS_master/badge/icon" alt="Build Status"/>
55
<img src="https://img.shields.io/badge/platform-iOS%207%2B-blue.svg?style=flat" alt="Platform: iOS 7+"/>
66
<a href="https://cocoapods.org/?q=TeadsSDK"><img src="https://img.shields.io/cocoapods/v/TeadsSDK.svg" alt="CocoaPods compatible" /></a>
77
</p>

TeadsSDK.podspec

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

33
s.name = "TeadsSDK"
4-
s.version = "2.4.1"
4+
s.version = "2.4.2"
55
s.summary = "Teads' iOS SDK"
66

77
s.description = <<-DESC

TeadsSDKDemo.xcodeproj/project.xcworkspace/xcshareddata/TeadsSDKDemo.xcscmblueprint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "7ACC427C-2545-4826-BE48-3BCB0DF608A9",
1111
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
1212
"6B3A8DF9EE74378972E93B1CCA4A8E663DF3D8D1" : "TeadsSDKDev-iOS\/",
13-
"D2E9F8BB307F22D11DF60FF9DC1F56D27E62B57E" : "TeadsSDK-iOS"
13+
"D2E9F8BB307F22D11DF60FF9DC1F56D27E62B57E" : "TeadsSDK-iOS\/"
1414
},
1515
"DVTSourceControlWorkspaceBlueprintNameKey" : "TeadsSDKDemo",
1616
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
-3 Bytes
Binary file not shown.
3 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
-6 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)