File tree Expand file tree Collapse file tree 6 files changed +11
-10
lines changed
sentry-kotlin-multiplatform-gradle-plugin
sentry-samples/kmp-app-cocoapods Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 0.15.0
4
4
5
5
### Enhancements
6
6
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ Use the Kotlin Multiplatform and Cocoa SDK combinations listed in the table belo
49
49
| 0.12.0 | 8.49.0 (Xcode 16.3 compatible) |
50
50
| 0.13.0 | 8.49.1 |
51
51
| 0.14.0 | 8.53.1 |
52
+ | 0.15.0 | 8.53.2 |
52
53
53
54
## Usage
54
55
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android.useAndroidX=true
8
8
compose.version =1.3.1-rc01
9
9
10
10
# Release information
11
- versionName =0.14 .0
11
+ versionName =0.15 .0
12
12
13
13
# Increase memory for in-process compiler execution.
14
14
org.gradle.jvmargs =-Xmx6g
Original file line number Diff line number Diff line change 1
1
id =io.sentry.kotlin.multiplatform.gradle
2
2
implementationClass =io.sentry.kotlin.multiplatform.gradle.SentryPlugin
3
- versionName =0.14 .0
3
+ versionName =0.15 .0
4
4
group =io.sentry
5
5
sentryCocoaVersion =8.53.2
6
6
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - Sentry (8.53.1 ):
3
- - Sentry/Core (= 8.53.1 )
4
- - Sentry/Core (8.53.1 )
2
+ - Sentry (8.53.2 ):
3
+ - Sentry/Core (= 8.53.2 )
4
+ - Sentry/Core (8.53.2 )
5
5
- shared (1.0):
6
- - Sentry (= 8.53.1 )
6
+ - Sentry (= 8.53.2 )
7
7
8
8
DEPENDENCIES:
9
9
- shared (from `../shared`)
@@ -17,8 +17,8 @@ EXTERNAL SOURCES:
17
17
:path: "../shared"
18
18
19
19
SPEC CHECKSUMS:
20
- Sentry: 1e4e974d45f09d153af4b30b42acfb1c79e957d3
21
- shared: 303fc7502580d8fb5e44fe7381fe269ada0e793c
20
+ Sentry: 59993bffde4a1ac297ba6d268dc4bbce068d7c1b
21
+ shared: 9b2a3232b0c4d2d6bbc43ce5b62b42e389e01c27
22
22
23
23
PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756
24
24
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
9
9
spec . vendored_frameworks = 'build/cocoapods/framework/shared.framework'
10
10
spec . libraries = 'c++'
11
11
spec . ios . deployment_target = '14.1'
12
- spec . dependency 'Sentry' , '8.53.1 '
12
+ spec . dependency 'Sentry' , '8.53.2 '
13
13
14
14
if !Dir . exist? ( 'build/cocoapods/framework/shared.framework' ) || Dir . empty? ( 'build/cocoapods/framework/shared.framework' )
15
15
raise "
You can’t perform that action at this time.
0 commit comments