Skip to content

Commit

Permalink
chore(deps): update Android SDK to v6.4.1 (#372)
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 committed Aug 31, 2022
1 parent 65ab8d1 commit 965fb78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

## Unreleased

### Features

- Bump Android SDK from v6.4.0 to v6.4.1 ([#372](https://github.com/getsentry/sentry-android-gradle-plugin/pull/372))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#641)
- [diff](https://github.com/getsentry/sentry-java/compare/6.4.0...6.4.1)

## 3.1.5

### Features
Expand Down
Expand Up @@ -324,7 +324,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.4.0"
internal const val SENTRY_SDK_VERSION = "6.4.1"

internal val sep = File.separator

Expand Down

0 comments on commit 965fb78

Please sign in to comment.