Skip to content

Commit 901d64f

Browse files
authored
chore(deps): v7: update Android SDK to v8.16.0 (#4955)
* chore(deps): v7: update Android SDK to v8.16.0 * Update changelog
1 parent ba7b8e8 commit 901d64f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ example:
2727

2828
### Dependencies
2929

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)
30+
- Bump Android SDK from v8.14.0 to v8.16.0 ([#4953](https://github.com/getsentry/sentry-react-native/pull/4953), [#4955](https://github.com/getsentry/sentry-react-native/pull/4955))
31+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8160)
32+
- [diff](https://github.com/getsentry/sentry-java/compare/8.14.0...8.16.0)
3333

3434
## 7.0.0-beta.1
3535

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.15.1'
57+
api 'io.sentry:sentry-android:8.16.0'
5858
}

0 commit comments

Comments
 (0)