Skip to content

Commit

Permalink
chore(deps): update Cocoa SDK to v8.36.0 (#261)
Browse files Browse the repository at this point in the history
* chore: update scripts/update-cocoa.sh to 8.36.0

* Update CHANGELOG.md

---------

Co-authored-by: GitHub <[email protected]>
Co-authored-by: Giancarlo Buenaflor <[email protected]>
  • Loading branch information
3 people authored Sep 2, 2024
1 parent c40707e commit e88e2d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions sentry-kotlin-multiplatform-gradle-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/
POM_DEVELOPER_URL=https://github.com/getsentry/

0 comments on commit e88e2d0

Please sign in to comment.