Skip to content

Commit

Permalink
chore: update scripts/update-android.sh to 7.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Oct 24, 2024
1 parent 0d3e677 commit 1563ffe
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 @@ -16,6 +16,9 @@
- Bump CLI from v2.37.0 to v2.38.0 ([#4200](https://github.com/getsentry/sentry-react-native/pull/4200))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2380)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.37.0...2.38.0)
- Bump Android SDK from v7.15.0 to v7.16.0 ([#4202](https://github.com/getsentry/sentry-react-native/pull/4202))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7160)
- [diff](https://github.com/getsentry/sentry-java/compare/7.15.0...7.16.0)

## 6.1.0

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

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

0 comments on commit 1563ffe

Please sign in to comment.