Skip to content

Commit d8f80df

Browse files
0xnmestherk15
authored andcommitted
Update iOS SDK version for the KMP SDK 1.1.0 release (#28831)
1 parent 109683c commit d8f80df

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

content/en/logs/log_collection/kotlin_multiplatform.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ kotlin {
5454
| 0.4.0 | 2.20.0 |
5555
| 0.5.0 | 2.22.1 |
5656
| 1.0.0 | 2.23.0 |
57+
| 1.1.0 | 2.26.0 |
5758

5859
#### Adding native iOS dependencies using the CocoaPods plugin
5960

@@ -69,12 +70,12 @@ kotlin {
6970

7071
pod("DatadogObjc") {
7172
linkOnly = true
72-
version = 2.23.0
73+
version = 2.26.0
7374
}
7475

7576
pod("DatadogCrashReporting") {
7677
linkOnly = true
77-
version = 2.23.0
78+
version = 2.26.0
7879
}
7980
}
8081
```

content/en/real_user_monitoring/mobile_and_tv_monitoring/kotlin_multiplatform/setup.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Add the following Datadog iOS SDK dependencies, which are needed for the linking
6969
| 0.4.0 | 2.20.0 |
7070
| 0.5.0 | 2.22.1 |
7171
| 1.0.0 | 2.23.0 |
72+
| 1.1.0 | 2.26.0 |
7273

7374
#### Adding native iOS dependencies using the CocoaPods plugin
7475

@@ -84,12 +85,12 @@ cocoapods {
8485

8586
pod("DatadogObjc") {
8687
linkOnly = true
87-
version = 2.23.0
88+
version = 2.26.0
8889
}
8990

9091
pod("DatadogCrashReporting") {
9192
linkOnly = true
92-
version = 2.23.0
93+
version = 2.26.0
9394
}
9495
}
9596
```

0 commit comments

Comments
 (0)