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 6965bf8 commit eda8052Copy full SHA for eda8052
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Android SDK from v6.29.0 to v6.30.0 ([#3309](https://github.com/getsentry/sentry-react-native/pull/3309))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6300)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/6.29.0...6.30.0)
10
11
## 5.10.0
12
13
### Features
android/build.gradle
@@ -47,5 +47,5 @@ android {
47
48
dependencies {
49
implementation 'com.facebook.react:react-native:+'
50
- api 'io.sentry:sentry-android:6.29.0'
+ api 'io.sentry:sentry-android:6.30.0'
51
}
0 commit comments