Skip to content

Commit 348b0ff

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

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
@@ -10,6 +10,12 @@
1010
- Session Replay: Correctly capture Dialogs and non full-sized windows ([#4354](https://github.com/getsentry/sentry-java/pull/4354))
1111
- Session Replay: Fix inconsistent `segment_id` ([#4471](https://github.com/getsentry/sentry-java/pull/4471))
1212

13+
### Dependencies
14+
15+
- Bump Native SDK from v0.8.4 to v0.8.5 ([#4406](https://github.com/getsentry/sentry-java/pull/4406))
16+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#085)
17+
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.4...0.8.5)
18+
1319
## 8.13.2
1420

1521
### Fixes

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
115115
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
116116
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
117117
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
118-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.8.4" }
118+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.8.5" }
119119
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
120120
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "5.0.0" }
121121
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)