From a5f920e5141e01761a1fc627e73729a8c1234d92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 07:22:50 +0100 Subject: [PATCH] chore(deps): update Android SDK to v6.13.0 (#432) 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 306103550..85f82ceb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ ### Dependencies -- Bump Android SDK from v6.11.0 to v6.12.0 ([#427](https://github.com/getsentry/sentry-android-gradle-plugin/pull/427)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6120) - - [diff](https://github.com/getsentry/sentry-java/compare/6.11.0...6.12.0) +- Bump Android SDK from v6.11.0 to v6.13.0 ([#427](https://github.com/getsentry/sentry-android-gradle-plugin/pull/427), [#432](https://github.com/getsentry/sentry-android-gradle-plugin/pull/432)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6130) + - [diff](https://github.com/getsentry/sentry-java/compare/6.11.0...6.13.0) ## 3.4.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 c0e2607e6..6b73e843c 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 @@ -119,7 +119,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.12.1" + internal const val SENTRY_SDK_VERSION = "6.13.0" internal val sep = File.separator