Skip to content

Commit

Permalink
chore: update scripts/update-android.sh to 6.4.2 (#377)
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 Sep 20, 2022
1 parent 6aaef8e commit 104f897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 104f897

Please sign in to comment.