File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
sentry-kotlin-multiplatform-gradle-plugin Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 0.16.0
44
55Potentially breaking: this release bumps the used Kotlin version to ` 2.1.21 ` .
66
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ Use the Kotlin Multiplatform and Cocoa SDK combinations listed in the table belo
5050| 0.13.0 | 8.49.1 |
5151| 0.14.0 | 8.53.1 |
5252| 0.15.0 | 8.53.2 |
53+ | 0.16.0 | 8.53.2 |
5354
5455## Usage
5556
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android.useAndroidX=true
88compose.version =1.3.1-rc01
99
1010# Release information
11- versionName =0.15 .0
11+ versionName =0.16 .0
1212
1313# Increase memory for in-process compiler execution.
1414org.gradle.jvmargs =-Xmx6g
Original file line number Diff line number Diff line change 11id =io.sentry.kotlin.multiplatform.gradle
22implementationClass =io.sentry.kotlin.multiplatform.gradle.SentryPlugin
3- versionName =0.15 .0
3+ versionName =0.16 .0
44group =io.sentry
55sentryCocoaVersion =8.53.2
66
You can’t perform that action at this time.
0 commit comments