Skip to content

Commit e445a1b

Browse files
chore(deps): update Android SDK to v6.17.0 (#2948)
Co-authored-by: GitHub <[email protected]>
1 parent 99d941d commit e445a1b

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)