Skip to content

Commit ead180d

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

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
@@ -59,7 +59,7 @@ object Config {
5959
val apolloKotlin = "com.apollographql.apollo3:apollo-runtime:3.8.2"
6060
val apolloKotlin4 = "com.apollographql.apollo:apollo-runtime:4.1.1"
6161

62-
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.4"
62+
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.5"
6363
}
6464

6565
object AnnotationProcessors {

0 commit comments

Comments
 (0)