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 6
6
7
7
- Send UI Profiling app start chunk when it finishes ([ #4423 ] ( https://github.com/getsentry/sentry-java/pull/4423 ) )
8
8
9
+ ### Dependencies
10
+
11
+ - Bump Native SDK from v0.8.4 to v0.8.5 ([ #4406 ] ( https://github.com/getsentry/sentry-java/pull/4406 ) )
12
+ - [ changelog] ( https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#085 )
13
+ - [ diff] ( https://github.com/getsentry/sentry-native/compare/0.8.4...0.8.5 )
14
+
9
15
## 8.13.2
10
16
11
17
### Fixes
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ object Config {
87
87
val apolloKotlin = " com.apollographql.apollo3:apollo-runtime:3.8.2"
88
88
val apolloKotlin4 = " com.apollographql.apollo:apollo-runtime:4.1.1"
89
89
90
- val sentryNativeNdk = " io.sentry:sentry-native-ndk:0.8.4 "
90
+ val sentryNativeNdk = " io.sentry:sentry-native-ndk:0.8.5 "
91
91
}
92
92
93
93
object AnnotationProcessors {
You can’t perform that action at this time.
0 commit comments