Skip to content

Commit 74b7585

Browse files
chore(deps): update Android SDK to v7.6.0 (#3675)
Co-authored-by: GitHub <noreply@github.com>
1 parent 2ed3d20 commit 74b7585

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
- Bump CLI from v2.30.0 to v2.30.2 ([#3678](https://github.com/getsentry/sentry-react-native/pull/3678))
1212
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2302)
1313
- [diff](https://github.com/getsentry/sentry-cli/compare/2.30.0...2.30.2)
14+
- Bump Android SDK from v7.5.0 to v7.6.0 ([#3675](https://github.com/getsentry/sentry-react-native/pull/3675))
15+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#760)
16+
- [diff](https://github.com/getsentry/sentry-java/compare/7.5.0...7.6.0)
1417

1518
## 5.20.0
1619

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

0 commit comments

Comments
 (0)