From 91001f54507667678a635536f5ee18d639b44219 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 1 Dec 2023 03:04:19 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 7.0.0 --- CHANGELOG.md | 3 +++ plugin-build/gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a9d206c..ab2ece2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ - Bump CLI from v2.21.5 to v2.22.3 ([#598](https://github.com/getsentry/sentry-android-gradle-plugin/pull/598), [#600](https://github.com/getsentry/sentry-android-gradle-plugin/pull/600)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2223) - [diff](https://github.com/getsentry/sentry-cli/compare/2.21.5...2.22.3) +- Bump Android SDK from v6.34.0 to v7.0.0 ([#605](https://github.com/getsentry/sentry-android-gradle-plugin/pull/605)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#700) + - [diff](https://github.com/getsentry/sentry-java/compare/6.34.0...7.0.0) ## 4.0.0-beta.1 diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 318a6412..0f3fbbc4 100644 --- a/plugin-build/gradle.properties +++ b/plugin-build/gradle.properties @@ -9,7 +9,7 @@ org.gradle.parallel=true name = sentry-android-gradle-plugin group = io.sentry version = 4.0.0-beta.1 -sdk_version = 6.34.0 +sdk_version = 7.0.0 # publication pom properties POM_NAME=Sentry Android Gradle Plugin