Skip to content

Commit 51f9b96

Browse files
chore(deps): v7: Bump Android SDK to v8.6.0 (#4663)
* Bump Android SDK to v8.4.0 * Updates changelog * Bump from 8.4.0 to 8.5.0 * Bump from 8.5.0 to 8.6.0 --------- Co-authored-by: LucasZF <[email protected]>
1 parent 99b2852 commit 51f9b96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ Change `Cold/Warm App Start` span description to `Cold/Warm Start` ([#4636](http
226226
- Bump JavaScript SDK from v8.54.0 to v9.1.0 ([#4568](https://github.com/getsentry/sentry-react-native/pull/4568))
227227
- [changelog](https://github.com/getsentry/sentry-javascript/blob/9.1.0/CHANGELOG.md)
228228
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.54.0...9.1.0)
229-
- Bump Android SDK from v7.20.1 to v8.3.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490))
230-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#830)
231-
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.3.0)
229+
- Bump Android SDK from v7.20.1 to v8.6.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490), [#4663](https://github.com/getsentry/sentry-react-native/pull/4663))
230+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#860)
231+
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.6.0)
232232
- Bump Cocoa SDK from v8.44.0 to v8.45.0 ([#4537](https://github.com/getsentry/sentry-react-native/pull/4537))
233233
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8450)
234234
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.44.0...8.45.0)

packages/core/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ android {
5454

5555
dependencies {
5656
implementation 'com.facebook.react:react-native:+'
57-
api 'io.sentry:sentry-android:8.3.0'
57+
api 'io.sentry:sentry-android:8.6.0'
5858
}

0 commit comments

Comments
 (0)