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 967adab commit 2cf9353Copy full SHA for 2cf9353
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.29.0 ([#194](https://github.com/G2Patrik/sentry-react-native/pull/194))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8290)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/6.3.1...8.29.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.29.0'
29
}
0 commit comments