Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- Bump Cocoa SDK from v8.55.0 to v8.56.2 ([#967](https://github.com/getsentry/sentry-capacitor/pull/967))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8562)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.55.0...8.56.2)
- Bump Android SDK from v8.21.0 to v8.23.0 ([#972](https://github.com/getsentry/sentry-capacitor/pull/972), [#990](https://github.com/getsentry/sentry-capacitor/pull/990))
- Bump Android SDK from v8.21.0 to v8.28.0 ([#972](https://github.com/getsentry/sentry-capacitor/pull/972), [#990](https://github.com/getsentry/sentry-capacitor/pull/990), []())
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8230)
- [diff](https://github.com/getsentry/sentry-java/compare/8.21.0...8.23.0)

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ repositories {

dependencies {
implementation project(':capacitor-android')
implementation 'io.sentry:sentry-android:8.23.0'
implementation 'io.sentry:sentry-android:8.28.0'
}
Loading