Skip to content

Commit

Permalink
chore(deps): update Android SDK to v6.29.0 (#3271)
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 committed Sep 13, 2023
1 parent e98ffa1 commit 3c5f9f0
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 @@ -13,6 +13,9 @@
- Bump JavaScript SDK from v7.63.0 to v7.68.0 ([#3277](https://github.com/getsentry/sentry-react-native/pull/3277))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7680)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.63.0...7.68.0)
Bump Android SDK from v6.28.0 to v6.29.0 ([#3271](https://github.com/getsentry/sentry-react-native/pull/3271))
[changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6290)
[diff](https://github.com/getsentry/sentry-java/compare/6.28.0...6.29.0)

## 5.9.1

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

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

0 comments on commit 3c5f9f0

Please sign in to comment.