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 59a53cb commit 9bce062Copy full SHA for 9bce062
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Android SDK from v6.34.0 to v7.0.0 ([#3434](https://github.com/getsentry/sentry-react-native/pull/3434))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#700)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/6.34.0...7.0.0)
10
11
## 5.15.1
12
13
### Fixes
android/build.gradle
@@ -54,5 +54,5 @@ android {
54
55
dependencies {
56
implementation 'com.facebook.react:react-native:+'
57
- api 'io.sentry:sentry-android:6.34.0'
+ api 'io.sentry:sentry-android:7.0.0'
58
}
0 commit comments