Skip to content

Commit

Permalink
chore: update scripts/update-android.sh to 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Feb 27, 2025
1 parent 86818c7 commit 9feeaa3
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 @@ -24,6 +24,9 @@
- Bump CLI from v2.42.1 to v2.42.2 ([#4586](https://github.com/getsentry/sentry-react-native/pull/4586))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2422)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.42.1...2.42.2)
- Bump Android SDK from v7.22.0 to v8.3.0 ([#4471](https://github.com/getsentry/sentry-react-native/pull/4471))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#830)
- [diff](https://github.com/getsentry/sentry-java/compare/7.22.0...8.3.0)

## 6.9.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.22.0'
api 'io.sentry:sentry-android:8.3.0'
}

0 comments on commit 9feeaa3

Please sign in to comment.