diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad8aea675..29b8efc0a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump Cocoa SDK to v7.21.0 ([#2374](https://github.com/getsentry/sentry-react-native/pull/2374)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7210) - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.20.0...7.21.0) +- Bump Android SDK to v6.3.0 ([#2380](https://github.com/getsentry/sentry-react-native/pull/2380)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#630) + - [diff](https://github.com/getsentry/sentry-java/compare/6.1.4...6.3.0) ## 4.1.3 diff --git a/android/build.gradle b/android/build.gradle index 438658e93d..01ae8b8d8b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -24,5 +24,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:6.1.4' + api 'io.sentry:sentry-android:6.3.0' }