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 1218739 commit f6f8c63Copy full SHA for f6f8c63
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Native SDK from v0.7.19 to v0.7.20 ([#4128](https://github.com/getsentry/sentry-java/pull/4128))
8
+ - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0720)
9
+ - [diff](https://github.com/getsentry/sentry-native/compare/v0.7.19...0.7.20)
10
11
## 8.1.0
12
13
### Features
buildSrc/src/main/java/Config.kt
@@ -153,7 +153,7 @@ object Config {
153
154
val apolloKotlin = "com.apollographql.apollo3:apollo-runtime:3.8.2"
155
156
- val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.7.19"
+ val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.7.20"
157
158
object OpenTelemetry {
159
val otelVersion = "1.44.1"
0 commit comments