Skip to content

Commit

Permalink
chore(deps): update Android SDK to v6.7.1 (#2600)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Nov 17, 2022
1 parent a2e1cca commit 51683ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
- 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))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7311)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.29.0...7.31.1)
- Bump Android SDK from v6.6.0 to v6.7.1 ([#2600](https://github.com/getsentry/sentry-react-native/pull/2600))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#671)
- [diff](https://github.com/getsentry/sentry-java/compare/6.6.0...6.7.1)

## 4.8.0

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ android {

dependencies {
implementation 'com.facebook.react:react-native:+'
api 'io.sentry:sentry-android:6.6.0'
api 'io.sentry:sentry-android:6.7.1'
}

0 comments on commit 51683ab

Please sign in to comment.