Skip to content

Commit 0153937

Browse files
chore(deps): update Android SDK to v6.16.0 (#2903)
Co-authored-by: GitHub <[email protected]>
1 parent cecc675 commit 0153937

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
- Bump JavaScript SDK from v7.40.0 to v7.44.2 ([#2874](https://github.com/getsentry/sentry-react-native/pull/2874), [#2908](https://github.com/getsentry/sentry-react-native/pull/2908), [#2909](https://github.com/getsentry/sentry-react-native/pull/2909))
1818
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7442)
1919
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.40.0...7.44.2)
20+
- Bump Android SDK from v6.15.0 to v6.16.0 ([#2903](https://github.com/getsentry/sentry-react-native/pull/2903))
21+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6160)
22+
- [diff](https://github.com/getsentry/sentry-java/compare/6.15.0...6.16.0)
2023

2124
## 5.1.1
2225

android/build.gradle

+1-1
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.15.0'
45+
api 'io.sentry:sentry-android:6.16.0'
4646
}

0 commit comments

Comments
 (0)