Skip to content

Commit 5bb3185

Browse files
committed
Bump Cocoa SDK to 7.24.1
1 parent b1022a1 commit 5bb3185

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sentry-kotlin-multiplatform/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ kotlin {
140140
summary = "Official Sentry SDK Kotlin Multiplatform"
141141
homepage = "https://github.com/getsentry/sentry-kotlin-multiplatform"
142142

143-
pod("Sentry", "~> 7.21.0")
143+
pod("Sentry", "~> 7.24.1")
144144

145145
ios.deploymentTarget = "9.0"
146146
osx.deploymentTarget = "10.10"

sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
1212
spec.osx.deployment_target = '10.10'
1313
spec.tvos.deployment_target = '9.0'
1414
spec.watchos.deployment_target = '2.0'
15-
spec.dependency 'Sentry', '~> 7.21.0'
15+
spec.dependency 'Sentry', '~> 7.24.1'
1616

1717
spec.pod_target_xcconfig = {
1818
'KOTLIN_PROJECT_PATH' => ':sentry-kotlin-multiplatform',

0 commit comments

Comments
 (0)