From b1a0dc9a84e53eff007a9c5f979f8f637bb78940 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 7 Dec 2022 03:08:56 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 6.9.2 --- 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 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