Skip to content

Commit da41ff5

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android.sh to 7.17.0
1 parent 9ae4f7a commit da41ff5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
### Dependencies
1818

19-
- Bump Android SDK from v7.14.0 to v7.16.0 ([#752](https://github.com/getsentry/sentry-capacitor/pull/752))
20-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7160)
21-
- [diff](https://github.com/getsentry/sentry-java/compare/7.14.0...7.16.0)
19+
- Bump Android SDK from v7.14.0 to v7.17.0 ([#752](https://github.com/getsentry/sentry-capacitor/pull/752), [#783](https://github.com/getsentry/sentry-capacitor/pull/783))
20+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7170)
21+
- [diff](https://github.com/getsentry/sentry-java/compare/7.14.0...7.17.0)
2222

2323
### Dependencies
2424

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.17.0'
8383
}

0 commit comments

Comments
 (0)