From e88e2d0de208ad9ced024aea5e54b63f6b7336d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:20:25 +0200 Subject: [PATCH] chore(deps): update Cocoa SDK to v8.36.0 (#261) * chore: update scripts/update-cocoa.sh to 8.36.0 * Update CHANGELOG.md --------- Co-authored-by: GitHub Co-authored-by: Giancarlo Buenaflor --- CHANGELOG.md | 8 ++++++++ .../gradle.properties | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0135948b..6cd56464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- **Gradle Plugin:** Bump default Cocoa SDK from v8.26.0 to v8.36.0 ([#261](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/261)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8360) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.26.0...8.36.0) + ## 0.8.0 ### Features diff --git a/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties b/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties index 81d4faf7..8b7eb47b 100644 --- a/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties +++ b/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties @@ -2,7 +2,7 @@ id=io.sentry.kotlin.multiplatform.gradle implementationClass=io.sentry.kotlin.multiplatform.gradle.SentryPlugin versionName=0.8.0 group=io.sentry -sentryCocoaVersion=8.26.0 +sentryCocoaVersion=8.36.0 # publication pom properties POM_NAME=Sentry Kotlin Multiplatform Gradle Plugin @@ -17,4 +17,4 @@ POM_LICENCE_URL=https://github.com/getsentry/sentry-kotlin-multiplatform/blob/ma POM_DEVELOPER_ID=getsentry POM_DEVELOPER_NAME=Sentry Team and Contributors -POM_DEVELOPER_URL=https://github.com/getsentry/ \ No newline at end of file +POM_DEVELOPER_URL=https://github.com/getsentry/