Skip to content

Commit

Permalink
chore(deps): update Android SDK to v6.8.0 (#408)
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 Nov 21, 2022
1 parent 071cddf commit ace6351
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

### Dependencies

- Bump Android SDK from v6.7.0 to v6.7.1 ([#406](https://github.com/getsentry/sentry-android-gradle-plugin/pull/406))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#671)
- [diff](https://github.com/getsentry/sentry-java/compare/6.7.0...6.7.1)
- Bump Android SDK from v6.7.0 to v6.8.0 ([#406](https://github.com/getsentry/sentry-android-gradle-plugin/pull/406), [#408](https://github.com/getsentry/sentry-android-gradle-plugin/pull/408))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#680)
- [diff](https://github.com/getsentry/sentry-java/compare/6.7.0...6.8.0)
- Bump CLI from v2.8.1 to v2.9.0 ([#405](https://github.com/getsentry/sentry-android-gradle-plugin/pull/405))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#290)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.8.1...2.9.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ class SentryPlugin : Plugin<Project> {
companion object {
const val SENTRY_ORG_PARAMETER = "sentryOrg"
const val SENTRY_PROJECT_PARAMETER = "sentryProject"
internal const val SENTRY_SDK_VERSION = "6.7.1"
internal const val SENTRY_SDK_VERSION = "6.8.0"
internal const val SENTRY_DEPENDENCIES_REPORT_OUTPUT = "sentry-external-modules.txt"

internal val sep = File.separator
Expand Down

0 comments on commit ace6351

Please sign in to comment.