From ace63515f3075e15a03b1caa6f2c501bd4ac69d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 07:40:50 +0100 Subject: [PATCH] chore(deps): update Android SDK to v6.8.0 (#408) Co-authored-by: GitHub --- CHANGELOG.md | 6 +++--- .../main/kotlin/io/sentry/android/gradle/SentryPlugin.kt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 013a37cdf..568913662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Dependencies -- Bump Android SDK from v6.7.0 to v6.7.1 ([#406](https://github.com/getsentry/sentry-android-gradle-plugin/pull/406)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#671) - - [diff](https://github.com/getsentry/sentry-java/compare/6.7.0...6.7.1) +- Bump Android SDK from v6.7.0 to v6.8.0 ([#406](https://github.com/getsentry/sentry-android-gradle-plugin/pull/406), [#408](https://github.com/getsentry/sentry-android-gradle-plugin/pull/408)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#680) + - [diff](https://github.com/getsentry/sentry-java/compare/6.7.0...6.8.0) - Bump CLI from v2.8.1 to v2.9.0 ([#405](https://github.com/getsentry/sentry-android-gradle-plugin/pull/405)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#290) - [diff](https://github.com/getsentry/sentry-cli/compare/2.8.1...2.9.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 d4b9c54c3..8de914292 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.7.1" + internal const val SENTRY_SDK_VERSION = "6.8.0" internal const val SENTRY_DEPENDENCIES_REPORT_OUTPUT = "sentry-external-modules.txt" internal val sep = File.separator