Skip to content

Commit ddea078

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-sentry-native-ndk.sh to 0.8.5
1 parent 8e1c075 commit ddea078

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Send UI Profiling app start chunk when it finishes ([#4423](https://github.com/getsentry/sentry-java/pull/4423))
88

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+
915
## 8.13.2
1016

1117
### Fixes

buildSrc/src/main/java/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ object Config {
8787
val apolloKotlin = "com.apollographql.apollo3:apollo-runtime:3.8.2"
8888
val apolloKotlin4 = "com.apollographql.apollo:apollo-runtime:4.1.1"
8989

90-
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.4"
90+
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.5"
9191
}
9292

9393
object AnnotationProcessors {

0 commit comments

Comments
 (0)