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 deae061 commit 52d9e65Copy full SHA for 52d9e65
CHANGELOG.md
@@ -12,6 +12,12 @@
12
13
- crashedLastRun now returns the correct value ([#4829](https://github.com/getsentry/sentry-react-native/pull/4829))
14
15
+### Dependencies
16
+
17
+- Bump Android SDK from v7.22.5 to v8.12.0 ([#4471](https://github.com/getsentry/sentry-react-native/pull/4471))
18
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8120)
19
+ - [diff](https://github.com/getsentry/sentry-java/compare/7.22.5...8.12.0)
20
21
## 6.14.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.5'
+ api 'io.sentry:sentry-android:8.12.0'
58
}
0 commit comments