Skip to content

Commit 363478a

Browse files
chore(deps): update Android SDK to v6.18.1 (#3017)
Co-authored-by: GitHub <[email protected]>
1 parent 4c9b505 commit 363478a

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.5.0 to v8.6.0 ([#3023](https://github.com/getsentry/sentry-react-native/pull/3023))
1515
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#860)
1616
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.5.0...8.6.0)
17+
- Bump Android SDK from v6.17.0 to v6.18.1 ([#3017](https://github.com/getsentry/sentry-react-native/pull/3017))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6181)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/6.17.0...6.18.1)
1720

1821
## 4.15.1
1922

android/build.gradle

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

4343
dependencies {
4444
implementation 'com.facebook.react:react-native:+'
45-
api 'io.sentry:sentry-android:6.17.0'
45+
api 'io.sentry:sentry-android:6.18.1'
4646
}

0 commit comments

Comments
 (0)