Skip to content

Commit

Permalink
chore: update scripts/update-android.sh to 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Feb 13, 2025
1 parent f07db88 commit c935676
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
> [migration guide](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/) first.
<!-- prettier-ignore-end -->
## Unreleased

### Dependencies

- Bump Android SDK from v7.16.0 to v8.2.0 ([#783](https://github.com/getsentry/sentry-capacitor/pull/783))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#820)
- [diff](https://github.com/getsentry/sentry-java/compare/7.16.0...8.2.0)

## 1.2.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ repositories {

dependencies {
implementation project(':capacitor-android')
implementation 'io.sentry:sentry-android:7.16.0'
implementation 'io.sentry:sentry-android:8.2.0'
}

0 comments on commit c935676

Please sign in to comment.