From fcac3003a066643d79ff509b9b61d9b42bf97918 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 19 Aug 2022 03:39:04 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 6.4.0 --- CHANGELOG.md | 3 +++ .../src/main/kotlin/io/sentry/android/gradle/SentryPlugin.kt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b709dd04..0bf839cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump CLI from v2.5.0 to v2.5.2 ([#368](https://github.com/getsentry/sentry-android-gradle-plugin/pull/368)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#252) - [diff](https://github.com/getsentry/sentry-cli/compare/2.5.0...2.5.2) +- Bump Android SDK from v6.3.1 to v6.4.0 ([#369](https://github.com/getsentry/sentry-android-gradle-plugin/pull/369)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#640) + - [diff](https://github.com/getsentry/sentry-java/compare/6.3.1...6.4.0) ## 3.1.4 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 66586f08..3b52d802 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.3.1" + internal const val SENTRY_SDK_VERSION = "6.4.0" internal val sep = File.separator