Skip to content

Commit 7406fdc

Browse files
Merge remote-tracking branch 'origin/main' into 5.0.0
2 parents 37bda98 + 29cdc20 commit 7406fdc

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
@@ -8,6 +8,9 @@
88

99
### Dependencies
1010

11+
- Bump Android SDK from v6.12.1 to v6.13.1 ([#2790](https://github.com/getsentry/sentry-react-native/pull/2790), [#2809](https://github.com/getsentry/sentry-react-native/pull/2809))
12+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6131)
13+
- [diff](https://github.com/getsentry/sentry-java/compare/6.12.1...6.13.1)
1114
- Bump Sample React Native from v0.71.0 to v0.71.1 ([#2767](https://github.com/getsentry/sentry-react-native/pull/2767))
1215
- [changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0711)
1316
- [diff](https://github.com/facebook/react-native/compare/v0.71.0...v0.71.1)

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.13.0'
45+
api 'io.sentry:sentry-android:6.13.1'
4646
}

0 commit comments

Comments
 (0)