We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d012dbc commit ac958a8Copy full SHA for ac958a8
CHANGELOG.md
@@ -12,6 +12,12 @@
12
13
- Support Metro 0.83 ([#5035](https://github.com/getsentry/sentry-react-native/pull/5035))
14
15
+### Dependencies
16
+
17
+- Bump Android SDK from v7.22.6 to v8.18.0 ([#4471](https://github.com/getsentry/sentry-react-native/pull/4471))
18
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8180)
19
+ - [diff](https://github.com/getsentry/sentry-java/compare/7.22.6...8.18.0)
20
21
## 6.19.0
22
23
### Fixes
packages/core/android/build.gradle
@@ -54,5 +54,5 @@ android {
54
55
dependencies {
56
implementation 'com.facebook.react:react-native:+'
57
- api 'io.sentry:sentry-android:7.22.6'
+ api 'io.sentry:sentry-android:8.18.0'
58
}
0 commit comments