diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b898572..6f8f62d2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,9 +18,9 @@ - Bump CLI from v2.18.1 to v2.19.4 ([#3124](https://github.com/getsentry/sentry-react-native/pull/3124), [#3151](https://github.com/getsentry/sentry-react-native/pull/3151)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2194) - [diff](https://github.com/getsentry/sentry-cli/compare/2.18.1...2.19.4) -- Bump Android SDK from v6.22.0 to v6.24.0 ([#3127](https://github.com/getsentry/sentry-react-native/pull/3127)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6240) - - [diff](https://github.com/getsentry/sentry-java/compare/6.22.0...6.24.0) +- Bump Android SDK from v6.22.0 to v6.25.0 ([#3127](https://github.com/getsentry/sentry-react-native/pull/3127), [#3163](https://github.com/getsentry/sentry-react-native/pull/3163)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6250) + - [diff](https://github.com/getsentry/sentry-java/compare/6.22.0...6.25.0) - Bump Cocoa SDK from v8.7.3 to v8.8.0 ([#3123](https://github.com/getsentry/sentry-react-native/pull/3123)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#880) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.7.3...8.8.0) diff --git a/android/build.gradle b/android/build.gradle index 830b22004..fd5da0d3c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -47,5 +47,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:6.24.0' + api 'io.sentry:sentry-android:6.25.0' }