File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sentry-kotlin-multiplatform Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments