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 761d3b1 commit ba7b8e8Copy full SHA for ba7b8e8
CHANGELOG.md
@@ -25,6 +25,12 @@ example:
25
]
26
```
27
28
+### Dependencies
29
+
30
+- Bump Android SDK from v8.14.0 to v8.15.1 ([#4953](https://github.com/getsentry/sentry-react-native/pull/4953))
31
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8151)
32
+ - [diff](https://github.com/getsentry/sentry-java/compare/8.14.0...8.15.1)
33
34
## 7.0.0-beta.1
35
36
### Upgrading from 6.x to 7.0
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:8.14.0'
+ api 'io.sentry:sentry-android:8.15.1'
58
}
0 commit comments