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 27188a0 commit d615c60Copy full SHA for d615c60
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Android SDK from v7.14.0 to v7.19.0 ([#6](https://github.com/Aetonix/sentry-react-native/pull/6))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7190)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/7.14.0...7.19.0)
10
11
## 5.33.0
12
13
### Features
android/build.gradle
@@ -54,5 +54,5 @@ android {
54
55
dependencies {
56
implementation 'com.facebook.react:react-native:+'
57
- api 'io.sentry:sentry-android:7.14.0'
+ api 'io.sentry:sentry-android:7.19.0'
58
}
0 commit comments