Skip to content

Commit

Permalink
build(deps): Bump sentry-android from 3.1.3 to 3.2.0 in /android (#1208)
Browse files Browse the repository at this point in the history
* build(deps): Bump sentry-android from 3.1.3 to 3.2.0 in /android

Bumps [sentry-android](https://github.com/getsentry/sentry-java) from 3.1.3 to 3.2.0.
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-java@3.1.3...3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* meta: Add changelog

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: jennmueng <ldrwarlock@gmail.com>
  • Loading branch information
dependabot-preview[bot] and jennmueng authored Dec 4, 2020
1 parent 75e637e commit 5b92903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

- feat: A better sample app to showcase the SDK and especially tracing #1168
- build(android): Bump `sentry-android` to 3.2.0 #1208

## 2.0.2

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

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

0 comments on commit 5b92903

Please sign in to comment.