We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967adab commit 277f875Copy full SHA for 277f875
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Features
6
7
+- Bump Android SDK from v6.3.1 to v8.14.0 ([#118](https://github.com/G2Patrik/sentry-react-native/pull/118))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8140)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/6.3.1...8.14.0)
10
11
## 4.2.4
12
13
### Fixes
android/build.gradle
@@ -25,5 +25,5 @@ android {
25
26
dependencies {
27
implementation 'com.facebook.react:react-native:+'
28
- api 'io.sentry:sentry-android:6.3.1'
+ api 'io.sentry:sentry-android:8.14.0'
29
}
0 commit comments