Skip to content

Commit

Permalink
chore(deps): update Android SDK to v6.9.1 (#2653)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow authored Nov 30, 2022
1 parent c4ec9c8 commit 98a6e43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
- [diff](https://github.com/getsentry/sentry-wizard/compare/v1.2.17...v1.4.0)
- Android builds without ext config, auto create assets dir for modules ([#2652](https://github.com/getsentry/sentry-react-native/pull/2652))

### Dependencies

- Bump Android SDK from v6.8.0 to v6.9.1 ([#2653](https://github.com/getsentry/sentry-react-native/pull/2653))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#691)
- [diff](https://github.com/getsentry/sentry-java/compare/6.8.0...6.9.1)

## 4.10.0

### Features
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.8.0'
api 'io.sentry:sentry-android:6.9.1'
}

0 comments on commit 98a6e43

Please sign in to comment.