Skip to content

Commit

Permalink
chore(deps): update Android SDK to v6.3.0 (#2380)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 20, 2022
1 parent 8d7fc1b commit 023994b
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 @@ -7,6 +7,9 @@
- Bump Cocoa SDK to v7.21.0 ([#2374](https://github.com/getsentry/sentry-react-native/pull/2374))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7210)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.20.0...7.21.0)
- Bump Android SDK to v6.3.0 ([#2380](https://github.com/getsentry/sentry-react-native/pull/2380))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#630)
- [diff](https://github.com/getsentry/sentry-java/compare/6.1.4...6.3.0)

## 4.1.3

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.1.4'
api 'io.sentry:sentry-android:6.3.0'
}

0 comments on commit 023994b

Please sign in to comment.