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 fcbe8ce commit 3e296afCopy full SHA for 3e296af
CHANGELOG.md
@@ -1,13 +1,5 @@
1
# Changelog
2
3
-## Unreleased
4
-
5
-### Dependencies
6
7
-- Bump Android SDK from v6.8.0 to v6.9.0 ([#2643](https://github.com/getsentry/sentry-react-native/pull/2643))
8
- - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#690)
9
- - [diff](https://github.com/getsentry/sentry-java/compare/6.8.0...6.9.0)
10
11
## 4.10.0
12
13
### Features
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.9.0'
+ api 'io.sentry:sentry-android:6.8.0'
28
}
0 commit comments