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 44b02a7 commit bd634acCopy full SHA for bd634ac
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Android SDK from v6.11.0 to v6.12.1 ([#2755](https://github.com/getsentry/sentry-react-native/pull/2755))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6121)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/6.11.0...6.12.1)
10
11
## 4.13.0
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.11.0'
+ api 'io.sentry:sentry-android:6.12.1'
28
}
0 commit comments