Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update Android SDK to v6.4.2 #377

Merged
merged 1 commit into from Sep 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Expand Up @@ -4,9 +4,9 @@

### 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)
- Bump Android SDK from v6.4.0 to v6.4.2 ([#372](https://github.com/getsentry/sentry-android-gradle-plugin/pull/372), [#377](https://github.com/getsentry/sentry-android-gradle-plugin/pull/377))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#642)
- [diff](https://github.com/getsentry/sentry-java/compare/6.4.0...6.4.2)

### Fixes

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.1"
internal const val SENTRY_SDK_VERSION = "6.4.2"

internal val sep = File.separator

Expand Down