diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7372cda..a9213a413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump CLI to v2.3.0 ([#338](https://github.com/getsentry/sentry-android-gradle-plugin/pull/338), [#341](https://github.com/getsentry/sentry-android-gradle-plugin/pull/341)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#230) - [diff](https://github.com/getsentry/sentry-cli/compare/1.72.0...2.3.0) +- Bump Android SDK to v6.1.4 ([#340](https://github.com/getsentry/sentry-android-gradle-plugin/pull/340)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#614) + - [diff](https://github.com/getsentry/sentry-java/compare/6.1.3...6.1.4) ### 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 75db7a5e5..b178e9a58 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.1.3" + internal const val SENTRY_SDK_VERSION = "6.1.4" internal val sep = File.separator