Skip to content

Commit 10c9244

Browse files
authored
chore(deps): v7: Bump Android SDK to v8.11.1 (#4796)
1 parent c68710a commit 10c9244

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
@@ -25,9 +25,9 @@ Version 7 of the SDK is compatible with Sentry self-hosted versions 24.4.2 or hi
2525
- Bump JavaScript SDK from v8.54.0 to v9.12.0 ([#4568](https://github.com/getsentry/sentry-react-native/pull/4568), [#4752](https://github.com/getsentry/sentry-react-native/pull/4752))
2626
- [changelog](https://github.com/getsentry/sentry-javascript/blob/9.12.0/CHANGELOG.md)
2727
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.54.0...9.12.0)
28-
- Bump Android SDK from v7.20.1 to v8.11.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490))
29-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8110)
30-
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.11.0)
28+
- Bump Android SDK from v7.20.1 to v8.11.1 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490))
29+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8111)
30+
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.11.1)
3131
- Bump Bundler Plugins from v3.2.2 to v3.3.1 ([#4693](https://github.com/getsentry/sentry-react-native/pull/4693), [#4707](https://github.com/getsentry/sentry-react-native/pull/4707), [#4720](https://github.com/getsentry/sentry-react-native/pull/4720), [#4721](https://github.com/getsentry/sentry-react-native/pull/4721))
3232
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#331)
3333
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.2.2...3.3.1)

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.11.0'
57+
api 'io.sentry:sentry-android:8.11.1'
5858
}

0 commit comments

Comments
 (0)