File tree Expand file tree Collapse file tree 6 files changed +13
-9
lines changed
sentry-samples/kmp-app-cocoapods Expand file tree Collapse file tree 6 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 99 - ' .github/workflows/kotlin-multiplatform-gradle-plugin.yml'
1010 - ' sentry-kotlin-multiplatform-gradle-plugin/**'
1111 - ' sentry-samples/**'
12+ - ' buildSrc/src/'
1213 - ' !**/*.md'
1314
1415concurrency :
Original file line number Diff line number Diff line change 99 - ' .github/workflows/kotlin-multiplatform.yml'
1010 - ' kotlin-multiplatform/**'
1111 - ' sentry-samples/**'
12+ - ' buildSrc/src/'
1213 - ' !**/*.md'
1314
14-
1515concurrency :
1616 group : ${{ github.workflow }}-${{ github.ref }}
1717 cancel-in-progress : true
Original file line number Diff line number Diff line change 77- Bump Cocoa SDK from v8.49.1 to v8.53.1 ([ #405 ] ( https://github.com/getsentry/sentry-kotlin-multiplatform/pull/405 ) )
88 - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8531 )
99 - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.49.1...8.53.1 )
10+ - Bump Java SDK from v8.15.1 to v8.16.0 ([ #407 ] ( https://github.com/getsentry/sentry-kotlin-multiplatform/pull/407 ) )
11+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8160 )
12+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/8.15.1...8.16.0 )
1013
1114## 0.13.0
1215
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ object Config {
3232 object Libs {
3333 val kotlinStd = " org.jetbrains.kotlin:kotlin-stdlib"
3434
35- val sentryJavaVersion = " 8.15.1 "
35+ val sentryJavaVersion = " 8.16.0 "
3636 val sentryAndroid = " io.sentry:sentry-android:$sentryJavaVersion "
3737 val sentryJava = " io.sentry:sentry:$sentryJavaVersion "
3838
Original file line number Diff line number Diff line change 11PODS:
2- - Sentry (8.49 .1):
3- - Sentry/Core (= 8.49 .1)
4- - Sentry/Core (8.49 .1)
2+ - Sentry (8.53 .1):
3+ - Sentry/Core (= 8.53 .1)
4+ - Sentry/Core (8.53 .1)
55 - shared (1.0):
6- - Sentry (= 8.49 .1)
6+ - Sentry (= 8.53 .1)
77
88DEPENDENCIES:
99 - shared (from `../shared`)
@@ -17,8 +17,8 @@ EXTERNAL SOURCES:
1717 :path: "../shared"
1818
1919SPEC CHECKSUMS:
20- Sentry: f85e0dc4b70846df15384e7412e52ba50783dfca
21- shared: e1ee1549b2a6644585d68979ba7fc647c19fe0c2
20+ Sentry: 1e4e974d45f09d153af4b30b42acfb1c79e957d3
21+ shared: 303fc7502580d8fb5e44fe7381fe269ada0e793c
2222
2323PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756
2424
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99 spec . vendored_frameworks = 'build/cocoapods/framework/shared.framework'
1010 spec . libraries = 'c++'
1111 spec . ios . deployment_target = '14.1'
12- spec . dependency 'Sentry' , '8.49 .1'
12+ spec . dependency 'Sentry' , '8.53 .1'
1313
1414 if !Dir . exist? ( 'build/cocoapods/framework/shared.framework' ) || Dir . empty? ( 'build/cocoapods/framework/shared.framework' )
1515 raise "
You can’t perform that action at this time.
0 commit comments