diff --git a/CHANGELOG.md b/CHANGELOG.md index 591114c5..e17f1275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/plugin-build/src/main/kotlin/io/sentry/android/gradle/SentryPlugin.kt b/plugin-build/src/main/kotlin/io/sentry/android/gradle/SentryPlugin.kt index 697e61e2..fb6e6cfc 100644 --- a/plugin-build/src/main/kotlin/io/sentry/android/gradle/SentryPlugin.kt +++ b/plugin-build/src/main/kotlin/io/sentry/android/gradle/SentryPlugin.kt @@ -324,7 +324,7 @@ class SentryPlugin : Plugin { 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