diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c29567..ad75ba61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Dependencies -- Bump Android SDK from v7.6.0 to v7.13.0 ([#705](https://github.com/getsentry/sentry-capacitor/pull/705)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7130) - - [diff](https://github.com/getsentry/sentry-java/compare/7.6.0...7.13.0) +- Bump Android SDK from v7.6.0 to v7.14.0 ([#705](https://github.com/getsentry/sentry-capacitor/pull/705), [#711](https://github.com/getsentry/sentry-capacitor/pull/711)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7140) + - [diff](https://github.com/getsentry/sentry-java/compare/7.6.0...7.14.0) - Bump Cocoa SDK from v8.21.0 to v8.36.0 ([#606](https://github.com/getsentry/sentry-capacitor/pull/606), [#712](https://github.com/getsentry/sentry-capacitor/pull/712)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8360) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.21.0...8.36.0) diff --git a/android/build.gradle b/android/build.gradle index 2102e19d..decf1022 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -79,5 +79,5 @@ repositories { dependencies { implementation project(':capacitor-android') - implementation 'io.sentry:sentry-android:7.13.0' + implementation 'io.sentry:sentry-android:7.14.0' }