Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ kotlin {
}

pod("Sentry") {
version = "~> 8.38.0"
version = "~> 8.45.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.38.0'
spec.dependency 'Sentry', '~> 8.45.0'

if !Dir.exist?('build/cocoapods/framework/composeApp.framework') || Dir.empty?('build/cocoapods/framework/composeApp.framework')
raise "
Expand Down
12 changes: 6 additions & 6 deletions iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PODS:
- composeApp (1.0.0):
- Sentry (~> 8.38.0)
- Sentry (~> 8.45.0)
- libcrypto (2024.11.26-053946)
- libevent (2024.11.26-053946)
- libssl (2024.11.26-053946)
- libtor (2024.11.26-053946)
- libz (2024.11.26-053946)
- oonimkall (2024.11.26-053946)
- Sentry (8.38.0):
- Sentry/Core (= 8.38.0)
- Sentry/Core (8.38.0)
- Sentry (8.45.0):
- Sentry/Core (= 8.45.0)
- Sentry/Core (8.45.0)
- Siren (6.1.3)
- sqlite3 (3.42.0):
- sqlite3/common (= 3.42.0)
Expand Down Expand Up @@ -49,14 +49,14 @@ EXTERNAL SOURCES:
:podspec: https://github.com/ooni/probe-cli/releases/download/v3.24.0/oonimkall.podspec

SPEC CHECKSUMS:
composeApp: 5ed6feb9cfd613a070c985600d56464a71da0b36
composeApp: 434bfe1a3ef0a4cdb34672a63aeef2ff56edb47e
libcrypto: 7fb50209305641e986f6b1a1e4680ec4d71602e3
libevent: b9f2a7f3b682f7a072f4d21edf360052d3a591dc
libssl: 115acb9ff8f7d20f437ff8e112f1d21f210dad94
libtor: efd4a639943c12a239094c2927891578cb4c7fcc
libz: 8e83c9433082438bce962f836f845d835f26b850
oonimkall: 935a4263650a75bef0d8b487f7d349094b4c2b73
Sentry: 205813e7e758b53df157cedb8c55b31a14300645
Sentry: f7c0c4b82e2f7e5909a660544dfaff84e35d5e03
Siren: c0f6012f61196b73455202db07730f6454a4beb0
sqlite3: f163dbbb7aa3339ad8fc622782c2d9d7b72f7e9c

Expand Down
Loading