Skip to content

Commit fdae0e0

Browse files
authored
chore(deps): v7: Bump Android SDK to 8.17.0 (#4987)
* chore(deps): v7: Bump Android SDK to 8.17.0 * Update changelog
1 parent 87e2950 commit fdae0e0

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
@@ -41,9 +41,9 @@ example:
4141

4242
### Dependencies
4343

44-
- 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))
45-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8160)
46-
- [diff](https://github.com/getsentry/sentry-java/compare/8.14.0...8.16.0)
44+
- Bump Android SDK from v8.14.0 to v8.17.0 ([#4953](https://github.com/getsentry/sentry-react-native/pull/4953), [#4955](https://github.com/getsentry/sentry-react-native/pull/4955), [#4987](https://github.com/getsentry/sentry-react-native/pull/4987))
45+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8170)
46+
- [diff](https://github.com/getsentry/sentry-java/compare/8.14.0...8.17.0)
4747

4848
## 7.0.0-beta.1
4949

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

0 commit comments

Comments
 (0)