Skip to content

Commit 8d3b1cb

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android.sh to 8.17.0
1 parent ded3b9a commit 8d3b1cb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212

1313
- TypeScript build with strict rules couldn't find BrowserTransportOptions type ([#934](https://github.com/getsentry/sentry-capacitor/pull/934))
1414

15+
### Dependencies
16+
17+
- Bump Android SDK from v8.13.3 to v8.17.0 ([#923](https://github.com/getsentry/sentry-capacitor/pull/923))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8170)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/8.13.3...8.17.0)
20+
1521
## 2.0.0
1622

1723
#### Features

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ repositories {
7676

7777
dependencies {
7878
implementation project(':capacitor-android')
79-
implementation 'io.sentry:sentry-android:8.13.3'
79+
implementation 'io.sentry:sentry-android:8.17.0'
8080
}

0 commit comments

Comments
 (0)