File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
sentry-kotlin-multiplatform-gradle-plugin Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+
5+ ### Dependencies
6+
7+ - ** Gradle Plugin:** Bump default Cocoa SDK from v8.26.0 to v8.36.0 ([ #261 ] ( https://github.com/getsentry/sentry-kotlin-multiplatform/pull/261 ) )
8+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8360 )
9+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.26.0...8.36.0 )
10+
311## 0.8.0
412
513### Features
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ id=io.sentry.kotlin.multiplatform.gradle
22implementationClass =io.sentry.kotlin.multiplatform.gradle.SentryPlugin
33versionName =0.8.0
44group =io.sentry
5- sentryCocoaVersion =8.26 .0
5+ sentryCocoaVersion =8.36 .0
66
77# publication pom properties
88POM_NAME =Sentry Kotlin Multiplatform Gradle Plugin
@@ -17,4 +17,4 @@ POM_LICENCE_URL=https://github.com/getsentry/sentry-kotlin-multiplatform/blob/ma
1717
1818POM_DEVELOPER_ID =getsentry
1919POM_DEVELOPER_NAME =Sentry Team and Contributors
20- POM_DEVELOPER_URL =https://github.com/getsentry/
20+ POM_DEVELOPER_URL =https://github.com/getsentry/
You can’t perform that action at this time.
0 commit comments