Skip to content

Commit ac617f6

Browse files
chore: update scripts/update-sentry-native-ndk.sh to 0.10.1 (#4695)
Co-authored-by: GitHub <noreply@github.com>
1 parent 07a2482 commit ac617f6

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
@@ -19,6 +19,12 @@
1919

2020
- Remove internal API status from get/setDistinctId ([#4708](https://github.com/getsentry/sentry-java/pull/4708))
2121

22+
### Dependencies
23+
24+
- Bump Native SDK from v0.10.0 to v0.10.1 ([#4695](https://github.com/getsentry/sentry-java/pull/4695))
25+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0101)
26+
- [diff](https://github.com/getsentry/sentry-native/compare/0.10.0...0.10.1)
27+
2228
## 8.21.1
2329

2430
### Fixes

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
130130
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
131131
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
132132
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
133-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.10.0" }
133+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.10.1" }
134134
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
135135
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
136136
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)