Skip to content

Commit 636533b

Browse files
authored
chore: update scripts/update-android.sh to 7.3.0
1 parent a588df8 commit 636533b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
- Remove 404 Http Client Errors reports for Metro Dev Server Requests ([#3553](https://github.com/getsentry/sentry-react-native/pull/3553))
2828
- Stop tracing Spotlight Sidecar network request in JS ([#3559](https://github.com/getsentry/sentry-react-native/pull/3559))
2929

30+
### Dependencies
31+
32+
- Bump Android SDK from v6.34.0 to v7.3.0 ([#3434](https://github.com/getsentry/sentry-react-native/pull/3434))
33+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#730)
34+
- [diff](https://github.com/getsentry/sentry-java/compare/6.34.0...7.3.0)
35+
3036
## 5.17.0
3137

3238
### Features

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ android {
5454

5555
dependencies {
5656
implementation 'com.facebook.react:react-native:+'
57-
api 'io.sentry:sentry-android:6.34.0'
57+
api 'io.sentry:sentry-android:7.3.0'
5858
}

0 commit comments

Comments
 (0)