Skip to content

Commit f1fe2cd

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

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- Bump Gradle from v8.14 to v8.14.1 ([#4437](https://github.com/getsentry/sentry-java/pull/4437))
88
- [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v8141)
99
- [diff](https://github.com/gradle/gradle/compare/v8.14...v8.14.1)
10+
- Bump Native SDK from v0.8.4 to v0.8.5 ([#4406](https://github.com/getsentry/sentry-java/pull/4406))
11+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#085)
12+
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.4...0.8.5)
1013

1114
## 8.13.0
1215

buildSrc/src/main/java/Config.kt

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

128-
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.4"
128+
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.5"
129129

130130
object OpenTelemetry {
131131
val otelVersion = "1.44.1"

0 commit comments

Comments
 (0)