Skip to content

Commit cbebfd6

Browse files
Fix Android 15 support (#382)
* fix 16KB issue * changelog
1 parent 96cd478 commit cbebfd6

File tree

4 files changed

+766
-617
lines changed

4 files changed

+766
-617
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
### Fixes
4+
5+
- Google Play’s 16 KB page size compatibility requirement ([#382](https://github.com/getsentry/sentry-cordova/pull/382))
6+
7+
### Dependencies
8+
9+
- Bump Android SDK from v7.17.0 to v7.22.6 ([#382](https://github.com/getsentry/sentry-cordova/pull/382))
10+
- [changelog](https://github.com/getsentry/sentry-java/blob/7.22.6/CHANGELOG.md)
11+
- [diff](https://github.com/getsentry/sentry-java/compare/7.17.0...7.22.6)
12+
313
## 1.5.0
414

515
### Features

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<repo>https://github.com/getsentry/sentry-cordova.git</repo>
1010
<issue>https://github.com/getsentry/sentry-cordova/issues</issue>
1111

12-
<preference name="SENTRY_ANDROID_SDK_VERSION" default="7.17.0"/>
12+
<preference name="SENTRY_ANDROID_SDK_VERSION" default="7.22.6"/>
1313

1414
<engines>
1515
<!-- https://issues.apache.org/jira/browse/CB-10239?jql=labels%20%3D%20cordova-8.0.0 -->

sample/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ecosystem:cordova"
2121
],
2222
"devDependencies": {
23-
"cordova-android": "^13.0.0",
23+
"cordova-android": "^14.0.0",
2424
"cordova-browser": "^7.0.0",
2525
"cordova-ios": "^7.1.1",
2626
"sentry-cordova": "file:.yalc/sentry-cordova"
@@ -41,12 +41,12 @@
4141
},
4242
"plugins": {
4343
"sentry-cordova": {
44-
"SENTRY_ANDROID_SDK_VERSION": "7.17.0"
44+
"SENTRY_ANDROID_SDK_VERSION": "7.22.6"
4545
}
4646
}
4747
},
4848
"dependencies": {
4949
"cordova": "^12.0.0",
5050
"typescript": "^5.2.2"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)