Skip to content

Commit ba7b8e8

Browse files
authored
chore(deps): v7: update Android SDK to v8.15.1 (#4953)
* chore(deps): v7: update Android SDK to v8.15.1 * Update changelog
1 parent 761d3b1 commit ba7b8e8

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
@@ -25,6 +25,12 @@ example:
2525
]
2626
```
2727

28+
### Dependencies
29+
30+
- Bump Android SDK from v8.14.0 to v8.15.1 ([#4953](https://github.com/getsentry/sentry-react-native/pull/4953))
31+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8151)
32+
- [diff](https://github.com/getsentry/sentry-java/compare/8.14.0...8.15.1)
33+
2834
## 7.0.0-beta.1
2935

3036
### Upgrading from 6.x to 7.0

packages/core/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ android {
5454

5555
dependencies {
5656
implementation 'com.facebook.react:react-native:+'
57-
api 'io.sentry:sentry-android:8.14.0'
57+
api 'io.sentry:sentry-android:8.15.1'
5858
}

0 commit comments

Comments
 (0)