Skip to content

Commit bc68f59

Browse files
Bump Sentry Java to 7.22.5 (#930)
* Update build.gradle * Update CHANGELOG.md * Update CHANGELOG.md
1 parent c87c56e commit bc68f59

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66
> [migration guide](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/) first.
77
<!-- prettier-ignore-end -->
88
9+
## Unreleased
10+
11+
### Fixes
12+
13+
- Google Play’s 16 KB page size compatibility requirement ([#930](https://github.com/getsentry/sentry-capacitor/pull/930))
14+
15+
### Dependencies
16+
17+
- Bump Android SDK from v7.16.0 to v7.22.5 ([#930](https://github.com/getsentry/sentry-capacitor/pull/930))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/7.22.5/CHANGELOG.md)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/7.16.0...7.22.5)
20+
921
## 1.4.0
1022

1123
### Dependencies

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ repositories {
9393

9494
dependencies {
9595
implementation project(':capacitor-android')
96-
implementation 'io.sentry:sentry-android:7.16.0'
96+
implementation 'io.sentry:sentry-android:7.22.5'
9797
}

0 commit comments

Comments
 (0)