diff --git a/CHANGELOG.md b/CHANGELOG.md index 8189f9ce1..956656816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ - Bump JavaScript SDK from v7.63.0 to v7.68.0 ([#3277](https://github.com/getsentry/sentry-react-native/pull/3277)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7680) - [diff](https://github.com/getsentry/sentry-javascript/compare/7.63.0...7.68.0) + Bump Android SDK from v6.28.0 to v6.29.0 ([#3271](https://github.com/getsentry/sentry-react-native/pull/3271)) + [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6290) + [diff](https://github.com/getsentry/sentry-java/compare/6.28.0...6.29.0) ## 5.9.1 diff --git a/android/build.gradle b/android/build.gradle index c0b8e9a34..1c1ea0c75 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.28.0' + api 'io.sentry:sentry-android:6.29.0' }