Skip to content

Commit

Permalink
chore: update scripts/update-android.sh to 7.16.0 (#752)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Nov 11, 2024
1 parent 94a7430 commit 3148cd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@

- options normalizeDepth and normalizeMaxBreadth are now being respected when adding a breadcrumb. ([#766](https://github.com/getsentry/sentry-capacitor/pull/766))

### Dependencies

- Bump Android SDK from v7.14.0 to v7.16.0 ([#752](https://github.com/getsentry/sentry-capacitor/pull/752))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7160)
- [diff](https://github.com/getsentry/sentry-java/compare/7.14.0...7.16.0)

## 1.0.1

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

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

0 comments on commit 3148cd3

Please sign in to comment.