Skip to content

Commit ed5d418

Browse files
authored
chore(deps): Bump Android SDK to 7.22.6 (#4985)
* chore(deps): Bump Android SDK to 7.22.6 * Update CHANGELOG.md * pr id
1 parent a3aad2b commit ed5d418

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
@@ -13,6 +13,9 @@
1313
- Bump CLI from v2.46.0 to v2.47.0 ([#4979](https://github.com/getsentry/sentry-react-native/pull/4979))
1414
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2470)
1515
- [diff](https://github.com/getsentry/sentry-cli/compare/2.46.0...2.47.0)
16+
- Bump Android SDK from v7.22.5 to v7.22.6 ([#4985](https://github.com/getsentry/sentry-react-native/pull/4985))
17+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7226)
18+
- [diff](https://github.com/getsentry/sentry-java/compare/7.22.5...7.22.6)
1619

1720
## 6.16.1
1821

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

0 commit comments

Comments
 (0)