File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -93,5 +93,5 @@ repositories {
9393
9494dependencies {
9595 implementation project(' :capacitor-android' )
96- implementation ' io.sentry:sentry-android:7.16.0 '
96+ implementation ' io.sentry:sentry-android:7.22.5 '
9797}
You can’t perform that action at this time.
0 commit comments