Skip to content

Commit 10cceba

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android.sh to 7.20.0
1 parent 418c1f3 commit 10cceba

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
> [migration guide](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/) first.
77
<!-- prettier-ignore-end -->
88
9+
## Unreleased
10+
11+
### Dependencies
12+
13+
- Bump Android SDK from v7.16.0 to v7.20.0 ([#783](https://github.com/getsentry/sentry-capacitor/pull/783))
14+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7200)
15+
- [diff](https://github.com/getsentry/sentry-java/compare/7.16.0...7.20.0)
16+
917
## 1.0.2
1018

1119
### Fixes

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ repositories {
7979

8080
dependencies {
8181
implementation project(':capacitor-android')
82-
implementation 'io.sentry:sentry-android:7.16.0'
82+
implementation 'io.sentry:sentry-android:7.20.0'
8383
}

0 commit comments

Comments
 (0)