Skip to content

Commit a0991f1

Browse files
chore: update scripts/update-sentry-native-ndk.sh to 0.12.2 (#4944)
Co-authored-by: GitHub <[email protected]>
1 parent fc5ccaf commit a0991f1

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
@@ -64,6 +64,12 @@ SentryAndroid.init(
6464

6565
- Support `span` envelope item type ([#4935](https://github.com/getsentry/sentry-java/pull/4935))
6666

67+
### Dependencies
68+
69+
- Bump Native SDK from v0.12.1 to v0.12.2 ([#4944](https://github.com/getsentry/sentry-java/pull/4944))
70+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0122)
71+
- [diff](https://github.com/getsentry/sentry-native/compare/0.12.1...0.12.2)
72+
6773
## 8.27.1
6874

6975
### Fixes

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
142142
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
143143
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
144144
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
145-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.12.1" }
145+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.12.2" }
146146
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
147147
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
148148
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)