Skip to content

Commit 1c60eee

Browse files
authored
chore: update scripts/update-android.sh to 7.2.0
1 parent eb53e59 commit 1c60eee

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
@@ -21,6 +21,12 @@
2121

2222
- Prevent pod install crash when visionos is not present ([#3548](https://github.com/getsentry/sentry-react-native/pull/3548))
2323

24+
### Dependencies
25+
26+
- Bump Android SDK from v6.34.0 to v7.2.0 ([#3434](https://github.com/getsentry/sentry-react-native/pull/3434))
27+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#720)
28+
- [diff](https://github.com/getsentry/sentry-java/compare/6.34.0...7.2.0)
29+
2430
## 5.17.0
2531

2632
### 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.2.0'
5858
}

0 commit comments

Comments
 (0)