Skip to content

Commit

Permalink
Merge pull request #168 from ooni/lock-sentry
Browse files Browse the repository at this point in the history
Lock sentry pod version
  • Loading branch information
sdsantos authored Oct 9, 2024
2 parents 0e0a735 + 50e4873 commit 34ed78d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ kotlin {
}

pod("Sentry") {
version = "~> 8.25"
version = "~> 8.36.0"
extraOpts += listOf("-compiler-option", "-fmodules")
}

Expand Down
2 changes: 1 addition & 1 deletion composeApp/composeApp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.vendored_frameworks = 'build/cocoapods/framework/composeApp.framework'
spec.libraries = 'c++'
spec.ios.deployment_target = '14.0'
spec.dependency 'Sentry', '~> 8.25'
spec.dependency 'Sentry', '~> 8.36.0'

if !Dir.exist?('build/cocoapods/framework/composeApp.framework') || Dir.empty?('build/cocoapods/framework/composeApp.framework')
raise "
Expand Down
4 changes: 2 additions & 2 deletions iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- composeApp (1.0):
- Sentry (~> 8.25)
- Sentry (~> 8.36.0)
- libcrypto (2024.05.22-093305)
- libevent (2024.05.22-093305)
- libssl (2024.05.22-093305)
Expand Down Expand Up @@ -46,7 +46,7 @@ EXTERNAL SOURCES:
:podspec: https://github.com/ooni/probe-cli/releases/download/v3.22.0/oonimkall.podspec

SPEC CHECKSUMS:
composeApp: 8601a2cb307d1327af88a10355aa42bb39ad64dc
composeApp: c76b67d627c47a16beae854efd6e005d15cca68e
libcrypto: 1bb58600c586e28688f5578f4675f5ffa46c8eaf
libevent: 5c8502ca5cc38be31bb510ddade0f238bcc5f0dc
libssl: 170bebcaf567a0285e91a8850b9686137d07c3e1
Expand Down

0 comments on commit 34ed78d

Please sign in to comment.