File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1313
1414- Make ` SentryClient ` constructor public ([ #4045 ] ( https://github.com/getsentry/sentry-java/pull/4045 ) )
1515
16+ ### Dependencies
17+
18+ - Bump Native SDK from v0.7.14 to v0.7.18 ([ #4050 ] ( https://github.com/getsentry/sentry-java/pull/4050 ) )
19+ - [ changelog] ( https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0718 )
20+ - [ diff] ( https://github.com/getsentry/sentry-native/compare/v0.7.14...0.7.18 )
21+
1622## 8.0.0-rc.4
1723
1824### Features
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ object Config {
153153
154154 val apolloKotlin = " com.apollographql.apollo3:apollo-runtime:3.8.2"
155155
156- val sentryNativeNdk = " io.sentry:sentry-native-ndk:0.7.14 "
156+ val sentryNativeNdk = " io.sentry:sentry-native-ndk:0.7.18 "
157157
158158 object OpenTelemetry {
159159 val otelVersion = " 1.44.1"
You can’t perform that action at this time.
0 commit comments