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 9c57a13 commit 9859b94Copy full SHA for 9859b94
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.14 to v0.7.17 ([#4036](https://github.com/getsentry/sentry-java/pull/4036))
8
+ - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0717)
9
+ - [diff](https://github.com/getsentry/sentry-native/compare/v0.7.14...0.7.17)
10
11
## 8.0.0-rc.4
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.14"
+ val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.7.17"
157
158
object OpenTelemetry {
159
val otelVersion = "1.44.1"
0 commit comments