Skip to content

Commit 992aab1

Browse files
chore(deps): update Android SDK to v6.11.0 (#2724)
Co-authored-by: GitHub <noreply@github.com>
1 parent b8885a3 commit 992aab1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
- Bump JavaScript SDK from v7.26.0 to v7.28.1 ([#2705](https://github.com/getsentry/sentry-react-native/pull/2705), [#2709](https://github.com/getsentry/sentry-react-native/pull/2709), [#2715](https://github.com/getsentry/sentry-react-native/pull/2715))
1515
- [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#7281)
1616
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.26.0...7.28.1)
17-
- Bump Android SDK from v6.9.2 to v6.10.0 ([#2704](https://github.com/getsentry/sentry-react-native/pull/2704))
18-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6100)
19-
- [diff](https://github.com/getsentry/sentry-java/compare/6.9.2...6.10.0)
17+
- Bump Android SDK from v6.9.2 to v6.11.0 ([#2704](https://github.com/getsentry/sentry-react-native/pull/2704), [#2724](https://github.com/getsentry/sentry-react-native/pull/2724))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6110)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/6.9.2...6.11.0)
2020

2121
## 4.12.0
2222

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ android {
2424

2525
dependencies {
2626
implementation 'com.facebook.react:react-native:+'
27-
api 'io.sentry:sentry-android:6.10.0'
27+
api 'io.sentry:sentry-android:6.11.0'
2828
}

0 commit comments

Comments
 (0)