We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd3f0d commit f4afb24Copy full SHA for f4afb24
2 files changed
CHANGELOG.md
@@ -6,6 +6,14 @@
6
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
7
<!-- prettier-ignore-end -->
8
9
+## Unreleased
10
+
11
+### Dependencies
12
13
+- Bump Android SDK Stubs from v8.23.0 to v8.34.1 ([#8](https://github.com/Aetonix/sentry-react-native/pull/8))
14
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8341)
15
+ - [diff](https://github.com/getsentry/sentry-java/compare/8.23.0...8.34.1)
16
17
## 7.3.0
18
19
### Features
packages/core/android/replay-stubs/build.gradle
@@ -18,5 +18,5 @@ tasks.named('jar', Jar) {
}
20
dependencies {
21
- compileOnly 'io.sentry:sentry:8.23.0'
+ compileOnly 'io.sentry:sentry:8.34.1'
22
0 commit comments