Skip to content

Commit 51683ab

Browse files
chore(deps): update Android SDK to v6.7.1 (#2600)
Co-authored-by: GitHub <noreply@github.com>
1 parent a2e1cca commit 51683ab

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
@@ -14,6 +14,9 @@
1414
- Bump Cocoa SDK from v7.29.0 to v7.31.1 ([#2592](https://github.com/getsentry/sentry-react-native/pull/2592), [#2601](https://github.com/getsentry/sentry-react-native/pull/2601))
1515
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7311)
1616
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.29.0...7.31.1)
17+
- Bump Android SDK from v6.6.0 to v6.7.1 ([#2600](https://github.com/getsentry/sentry-react-native/pull/2600))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#671)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/6.6.0...6.7.1)
1720

1821
## 4.8.0
1922

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

0 commit comments

Comments
 (0)