diff --git a/CHANGELOG.md b/CHANGELOG.md index 19378b4f9..42af9078b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Dependencies -- Bump Android SDK from v6.7.0 to v6.9.1 ([#406](https://github.com/getsentry/sentry-android-gradle-plugin/pull/406), [#408](https://github.com/getsentry/sentry-android-gradle-plugin/pull/408), [#411](https://github.com/getsentry/sentry-android-gradle-plugin/pull/411)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#691) - - [diff](https://github.com/getsentry/sentry-java/compare/6.7.0...6.9.1) +- Bump Android SDK from v6.7.0 to v6.9.2 ([#406](https://github.com/getsentry/sentry-android-gradle-plugin/pull/406), [#408](https://github.com/getsentry/sentry-android-gradle-plugin/pull/408), [#411](https://github.com/getsentry/sentry-android-gradle-plugin/pull/411), [#414](https://github.com/getsentry/sentry-android-gradle-plugin/pull/414)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#692) + - [diff](https://github.com/getsentry/sentry-java/compare/6.7.0...6.9.2) - Bump CLI from v2.8.1 to v2.10.0 ([#405](https://github.com/getsentry/sentry-android-gradle-plugin/pull/405), [#413](https://github.com/getsentry/sentry-android-gradle-plugin/pull/413)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2100) - [diff](https://github.com/getsentry/sentry-cli/compare/2.8.1...2.10.0) 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 a1aef0283..cfe67add5 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 @@ -426,7 +426,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.9.1" + internal const val SENTRY_SDK_VERSION = "6.9.2" internal const val SENTRY_DEPENDENCIES_REPORT_OUTPUT = "sentry-external-modules.txt" internal val sep = File.separator