Skip to content

Commit

Permalink
chore(deps): update Android SDK to v7.11.0 (#726)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow authored Jul 2, 2024
1 parent a50beb1 commit a0c5ba8
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 @@ -7,6 +7,12 @@
- Auto install and instrument sentry-okhttp instead of sentry-android-okhttp on v7+ ([#724](https://github.com/getsentry/sentry-android-gradle-plugin/pull/724))
- Fix source bundles with configuration cache on AGP 8+ ([#725](https://github.com/getsentry/sentry-android-gradle-plugin/pull/725))

### Dependencies

- Bump Android SDK from v7.10.0 to v7.11.0 ([#726](https://github.com/getsentry/sentry-android-gradle-plugin/pull/726))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7110)
- [diff](https://github.com/getsentry/sentry-java/compare/7.10.0...7.11.0)

## 4.8.0

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion plugin-build/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ org.gradle.parallel=true
name = sentry-android-gradle-plugin
group = io.sentry
version = 4.8.0
sdk_version = 7.10.0
sdk_version = 7.11.0

# publication pom properties
POM_NAME=Sentry Android Gradle Plugin
Expand Down

0 comments on commit a0c5ba8

Please sign in to comment.