Skip to content

Commit 62659b9

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

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Native SDK from v0.8.4 to v0.8.5 ([#4406](https://github.com/getsentry/sentry-java/pull/4406))
8+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#085)
9+
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.4...0.8.5)
10+
311
## 8.12.0
412

513
### Features

buildSrc/src/main/java/Config.kt

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

164-
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.4"
164+
val sentryNativeNdk = "io.sentry:sentry-native-ndk:0.8.5"
165165

166166
object OpenTelemetry {
167167
val otelVersion = "1.44.1"

0 commit comments

Comments
 (0)