From 9ace4cdc5b81eb3c0231b2985989a3d4644225cb Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 18 Dec 2023 14:08:03 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 7.1.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 0a47dca6..c883da63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,9 @@ Then in both cases it will use `7.0.0` when installing the `sentry-android-okhtt - Bump CLI from v2.22.3 to v2.23.0 ([#607](https://github.com/getsentry/sentry-android-gradle-plugin/pull/607)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2230) - [diff](https://github.com/getsentry/sentry-cli/compare/2.22.3...2.23.0) +- Bump Android SDK from v7.0.0 to v7.1.0 ([#612](https://github.com/getsentry/sentry-android-gradle-plugin/pull/612)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#710) + - [diff](https://github.com/getsentry/sentry-java/compare/7.0.0...7.1.0) ## 4.0.0 diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 424ae261..f45102ca 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 -sdk_version = 7.0.0 +sdk_version = 7.1.0 # publication pom properties POM_NAME=Sentry Android Gradle Plugin