From b456ab0370e33eca5db9392ada03392e0cb412e0 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 18 Mar 2023 03:04:16 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 6.16.0 --- 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 fb513c78..1ea84892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Dependencies -- Bump Android SDK from v6.13.0 to v6.15.0 ([#442](https://github.com/getsentry/sentry-android-gradle-plugin/pull/442)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6150) - - [diff](https://github.com/getsentry/sentry-java/compare/6.13.0...6.15.0) +- Bump Android SDK from v6.13.0 to v6.16.0 ([#442](https://github.com/getsentry/sentry-android-gradle-plugin/pull/442), [#449](https://github.com/getsentry/sentry-android-gradle-plugin/pull/449)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6160) + - [diff](https://github.com/getsentry/sentry-java/compare/6.13.0...6.16.0) - Bump CLI from v2.12.0 to v2.14.4 ([#439](https://github.com/getsentry/sentry-android-gradle-plugin/pull/439), [#443](https://github.com/getsentry/sentry-android-gradle-plugin/pull/443), [#446](https://github.com/getsentry/sentry-android-gradle-plugin/pull/446)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2144) - [diff](https://github.com/getsentry/sentry-cli/compare/2.12.0...2.14.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 baed72e8..9ece178d 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.15.0" + internal const val SENTRY_SDK_VERSION = "6.16.0" internal val sep = File.separator