Skip to content

Commit 547d3e4

Browse files
chore: update scripts/update-sentry-native-ndk.sh to 0.15.1 (#5570)
Co-authored-by: GitHub <noreply@github.com>
1 parent 7c1a728 commit 547d3e4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
- To use it, pass `SQLiteDriver` to `SentrySQLiteDriver.create(...)`
99
- Requires `androidx.sqlite:sqlite` (2.5.0+) on runtime classpath (typically provided by Room or SQLDelight)
1010

11+
### Dependencies
12+
13+
- Bump Native SDK from v0.15.0 to v0.15.1 ([#5570](https://github.com/getsentry/sentry-java/pull/5570))
14+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0151)
15+
- [diff](https://github.com/getsentry/sentry-native/compare/0.15.0...0.15.1)
16+
1117
## 8.44.0
1218

1319
### Features

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
166166
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
167167
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
168168
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
169-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.15.0" }
169+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.15.1" }
170170
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
171171
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
172172
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)