Skip to content

Commit bf931f5

Browse files
Merge 425d020 into 99d941d
2 parents 99d941d + 425d020 commit bf931f5

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
@@ -12,6 +12,9 @@
1212
- Bump JavaScript SDK from v7.45.0 to v7.46.0 ([#2946](https://github.com/getsentry/sentry-react-native/pull/2946))
1313
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7460)
1414
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.45.0...7.46.0)
15+
- Bump Android SDK from v6.16.0 to v6.17.0 ([#2948](https://github.com/getsentry/sentry-react-native/pull/2948))
16+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6170)
17+
- [diff](https://github.com/getsentry/sentry-java/compare/6.16.0...6.17.0)
1518

1619
## 5.3.0
1720

android/build.gradle

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

4343
dependencies {
4444
implementation 'com.facebook.react:react-native:+'
45-
api 'io.sentry:sentry-android:6.16.0'
45+
api 'io.sentry:sentry-android:6.17.0'
4646
}

0 commit comments

Comments
 (0)