Skip to content

Commit

Permalink
chore(deps): update Android SDK to v6.13.0 (#432)
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 Jan 27, 2023
1 parent 8f80c14 commit a5f920e
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 @@ -8,9 +8,9 @@

### Dependencies

- Bump Android SDK from v6.11.0 to v6.12.0 ([#427](https://github.com/getsentry/sentry-android-gradle-plugin/pull/427))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6120)
- [diff](https://github.com/getsentry/sentry-java/compare/6.11.0...6.12.0)
- Bump Android SDK from v6.11.0 to v6.13.0 ([#427](https://github.com/getsentry/sentry-android-gradle-plugin/pull/427), [#432](https://github.com/getsentry/sentry-android-gradle-plugin/pull/432))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6130)
- [diff](https://github.com/getsentry/sentry-java/compare/6.11.0...6.13.0)

## 3.4.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,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.12.1"
internal const val SENTRY_SDK_VERSION = "6.13.0"

internal val sep = File.separator

Expand Down

0 comments on commit a5f920e

Please sign in to comment.