Skip to content

Commit f495c84

Browse files
chore: update scripts/update-android.sh to 7.18.0 (#4289)
Co-authored-by: GitHub <[email protected]>
1 parent 77680ec commit f495c84

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
- Bump JavaScript SDK from v8.37.1 to v8.38.0 ([#4267](https://github.com/getsentry/sentry-react-native/pull/4267))
5252
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8380)
5353
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.37.1...8.38.0)
54+
- Bump Android SDK from v7.17.0 to v7.18.0 ([#4289](https://github.com/getsentry/sentry-react-native/pull/4289))
55+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7180)
56+
- [diff](https://github.com/getsentry/sentry-java/compare/7.17.0...7.18.0)
5457

5558
## 6.2.0
5659

packages/core/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:7.17.0'
57+
api 'io.sentry:sentry-android:7.18.0'
5858
}

0 commit comments

Comments
 (0)