diff --git a/CHANGELOG.md b/CHANGELOG.md index cf3403b1..65b99a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump CLI to v2.4.1 ([#338](https://github.com/getsentry/sentry-android-gradle-plugin/pull/338), [#341](https://github.com/getsentry/sentry-android-gradle-plugin/pull/341), [#343](https://github.com/getsentry/sentry-android-gradle-plugin/pull/343), [#350](https://github.com/getsentry/sentry-android-gradle-plugin/pull/350)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#241) - [diff](https://github.com/getsentry/sentry-cli/compare/1.72.0...2.4.1) +- Bump Android SDK to v6.3.0 ([#357](https://github.com/getsentry/sentry-android-gradle-plugin/pull/357)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#630) + - [diff](https://github.com/getsentry/sentry-java/compare/6.1.3...6.3.0) ### 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 75db7a5e..0b01921f 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.3.0" internal val sep = File.separator