Skip to content

Commit e53c14e

Browse files
chore(deps): update Android SDK to v6.8.0 (#2628)
Co-authored-by: GitHub <noreply@github.com>
1 parent 95f0e50 commit e53c14e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
- Bump Cocoa SDK from v7.29.0 to v7.31.1 ([#2592](https://github.com/getsentry/sentry-react-native/pull/2592), [#2601](https://github.com/getsentry/sentry-react-native/pull/2601))
1515
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7311)
1616
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.29.0...7.31.1)
17-
- Bump Android SDK from v6.6.0 to v6.7.1 ([#2600](https://github.com/getsentry/sentry-react-native/pull/2600))
18-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#671)
19-
- [diff](https://github.com/getsentry/sentry-java/compare/6.6.0...6.7.1)
17+
- Bump Android SDK from v6.6.0 to v6.8.0 ([#2600](https://github.com/getsentry/sentry-react-native/pull/2600), [#2628](https://github.com/getsentry/sentry-react-native/pull/2628))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#680)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/6.6.0...6.8.0)
2020

2121
## 4.8.0
2222

android/build.gradle

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

2525
dependencies {
2626
implementation 'com.facebook.react:react-native:+'
27-
api 'io.sentry:sentry-android:6.7.1'
27+
api 'io.sentry:sentry-android:6.8.0'
2828
}

0 commit comments

Comments
 (0)