We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29503d9 commit ddfa938Copy full SHA for ddfa938
CHANGELOG.md
@@ -6,6 +6,14 @@
6
> [migration guide](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/) first.
7
<!-- prettier-ignore-end -->
8
9
+## Unreleased
10
+
11
+### Dependencies
12
13
+- Bump Android SDK from v7.16.0 to v7.18.0 ([#783](https://github.com/getsentry/sentry-capacitor/pull/783))
14
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7180)
15
+ - [diff](https://github.com/getsentry/sentry-java/compare/7.16.0...7.18.0)
16
17
## 1.0.2
18
19
### Fixes
android/build.gradle
@@ -79,5 +79,5 @@ repositories {
79
80
dependencies {
81
implementation project(':capacitor-android')
82
- implementation 'io.sentry:sentry-android:7.16.0'
+ implementation 'io.sentry:sentry-android:7.18.0'
83
}
0 commit comments