Skip to content

Commit b111d4e

Browse files
chore: update scripts/update-android.sh to 7.18.1 (#4340)
1 parent b4c06ca commit b111d4e

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
@@ -14,6 +14,9 @@
1414
- Bump Cocoa SDK from v8.37.0 to v8.41.0 ([#4309](https://github.com/getsentry/sentry-react-native/pull/4309))
1515
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8410)
1616
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.37.0...8.41.0)
17+
- Bump Android SDK from v7.15.0 to v7.18.1 ([#4340](https://github.com/getsentry/sentry-react-native/pull/4340))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7181)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/7.15.0...7.18.1)
1720

1821
## 5.35.0
1922

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.15.0'
57+
api 'io.sentry:sentry-android:7.18.1'
5858
}

0 commit comments

Comments
 (0)