Skip to content

Commit 9928882

Browse files
chore(deps): update Android SDK to v6.9.2 (#2677)
Co-authored-by: GitHub <noreply@github.com>
1 parent bc60bc6 commit 9928882

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
- Bump JavaScript SDK from v7.21.1 to v7.26.0 ([#2672](https://github.com/getsentry/sentry-react-native/pull/2672), [#2648](https://github.com/getsentry/sentry-react-native/pull/2648), [#2692](https://github.com/getsentry/sentry-react-native/pull/2692))
1919
- [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#7260)
2020
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.21.1...7.26.0)
21+
- Bump Android SDK from v6.9.1 to v6.9.2 ([#2677](https://github.com/getsentry/sentry-react-native/pull/2677))
22+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#692)
23+
- [diff](https://github.com/getsentry/sentry-java/compare/6.9.1...6.9.2)
2124

2225
## 4.11.0
2326

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.9.1'
27+
api 'io.sentry:sentry-android:6.9.2'
2828
}

0 commit comments

Comments
 (0)