Skip to content

Commit af5f0bd

Browse files
committed
chore: correct sentry version
1 parent c87240d commit af5f0bd

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

composeApp/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ kotlin {
8080
binaryOption("bundleId", "composeApp")
8181
}
8282

83+
// See https://github.com/getsentry/sentry-kotlin-multiplatform?tab=readme-ov-file#cocoa-sdk-version-compatibility-table
8384
pod("Sentry") {
84-
version = "~> 8.45.0"
85+
version = "8.49.0"
8586
linkOnly = true
8687
extraOpts += listOf("-compiler-option", "-fmodules")
8788
}

composeApp/composeApp.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99
spec.vendored_frameworks = 'build/cocoapods/framework/composeApp.framework'
1010
spec.libraries = 'c++'
1111
spec.ios.deployment_target = '14.0'
12-
spec.dependency 'Sentry', '~> 8.45.0'
12+
spec.dependency 'Sentry', '8.49.0'
1313

1414
if !Dir.exist?('build/cocoapods/framework/composeApp.framework') || Dir.empty?('build/cocoapods/framework/composeApp.framework')
1515
raise "

iosApp/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
PODS:
22
- composeApp (1.0.0):
3-
- Sentry (~> 8.45.0)
3+
- Sentry (= 8.49.0)
44
- libcrypto (2025.06.13-092717)
55
- libevent (2025.06.13-092717)
66
- libssl (2025.06.13-092717)
77
- libtor (2025.06.13-092717)
88
- libz (2025.06.13-092717)
99
- oonimkall (2025.06.13-092717)
10-
- Sentry (8.45.0):
11-
- Sentry/Core (= 8.45.0)
12-
- Sentry/Core (8.45.0)
10+
- Sentry (8.49.0):
11+
- Sentry/Core (= 8.49.0)
12+
- Sentry/Core (8.49.0)
1313
- Siren (6.1.3)
1414
- sqlite3 (3.42.0):
1515
- sqlite3/common (= 3.42.0)
@@ -49,14 +49,14 @@ EXTERNAL SOURCES:
4949
:podspec: https://github.com/ooni/probe-cli/releases/download/v3.26.0/oonimkall.podspec
5050

5151
SPEC CHECKSUMS:
52-
composeApp: 434bfe1a3ef0a4cdb34672a63aeef2ff56edb47e
52+
composeApp: afe79a98424987d419f75377de870450189d7e16
5353
libcrypto: 3edd5907d554b58d5cbae144ba9b7694a9567eb5
5454
libevent: 01e5baf3c5e24cd5f3ceea95d998a47ffc2ba8e6
5555
libssl: 96a0d727ae59f586c5f024ca6a1fca9157b68216
5656
libtor: d9ef84dda99744a3daa1ac06d78f1a7f910e2011
5757
libz: 6fab771009d7e0d7149848a56259ef045c85617d
5858
oonimkall: 62737f11029c47d7b1b78a0c6a190734676f5e7a
59-
Sentry: f7c0c4b82e2f7e5909a660544dfaff84e35d5e03
59+
Sentry: 5eda2559a20fa0c377b695ed9d7c178a47122891
6060
Siren: c0f6012f61196b73455202db07730f6454a4beb0
6161
sqlite3: f163dbbb7aa3339ad8fc622782c2d9d7b72f7e9c
6262

0 commit comments

Comments
 (0)