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 a71b2ad commit c83dc0cCopy full SHA for c83dc0c
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Android SDK from v6.5.0 to v6.6.0 ([#2572](https://github.com/getsentry/sentry-react-native/pull/2572))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#660)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/6.5.0...6.6.0)
10
11
## 4.7.1
12
13
### Fixes
android/build.gradle
@@ -24,5 +24,5 @@ android {
24
25
dependencies {
26
implementation 'com.facebook.react:react-native:+'
27
- api 'io.sentry:sentry-android:6.5.0'
+ api 'io.sentry:sentry-android:6.6.0'
28
}
0 commit comments