Skip to content

Commit e23545f

Browse files
chore: update scripts/update-android.sh to 7.18.1 (#4329)
Co-authored-by: GitHub <[email protected]>
1 parent b8ff156 commit e23545f

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
@@ -18,6 +18,9 @@
1818
- Bump CLI from v2.38.2 to v2.39.1 ([#4305](https://github.com/getsentry/sentry-react-native/pull/4305), [#4316](https://github.com/getsentry/sentry-react-native/pull/4316))
1919
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2391)
2020
- [diff](https://github.com/getsentry/sentry-cli/compare/2.38.2...2.39.1)
21+
- Bump Android SDK from v7.18.0 to v7.18.1 ([#4329](https://github.com/getsentry/sentry-react-native/pull/4329))
22+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7181)
23+
- [diff](https://github.com/getsentry/sentry-java/compare/7.18.0...7.18.1)
2124

2225
## 6.4.0-beta.1
2326

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

0 commit comments

Comments
 (0)