Skip to content

Commit

Permalink
Merge b94d9b6 into 76d1baf
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 3, 2023
2 parents 76d1baf + b94d9b6 commit 107b129
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 @@ -23,6 +23,9 @@
- Bump CLI from v2.10.0 to v2.13.0 ([#2848](https://github.com/getsentry/sentry-react-native/pull/2848))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2130)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.10.0...2.13.0)
- Bump Android SDK from v6.14.0 to v6.15.0 ([#2868](https://github.com/getsentry/sentry-react-native/pull/2868))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6150)
- [diff](https://github.com/getsentry/sentry-java/compare/6.14.0...6.15.0)

## 5.0.0

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

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

0 comments on commit 107b129

Please sign in to comment.