From 23d1f84d6dd8434c975c651bae3e028cd394ab2f Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 19 Feb 2026 03:51:10 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 8.33.0 --- CHANGELOG.md | 6 +++--- plugin-build/gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca8da90..b25ec40f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,9 @@ - Bump CLI from v3.1.0 to v3.2.0 ([#1068](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1068)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#320) - [diff](https://github.com/getsentry/sentry-cli/compare/3.1.0...3.2.0) -- Bump Android SDK from v8.31.0 to v8.32.0 ([#1069](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1069)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8320) - - [diff](https://github.com/getsentry/sentry-java/compare/8.31.0...8.32.0) +- Bump Android SDK from v8.31.0 to v8.33.0 ([#1069](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1069), [#1082](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1082)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8330) + - [diff](https://github.com/getsentry/sentry-java/compare/8.31.0...8.33.0) ## 6.0.0 diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index e953a198..6926fe56 100644 --- a/plugin-build/gradle.properties +++ b/plugin-build/gradle.properties @@ -8,7 +8,7 @@ org.gradle.parallel=true name = sentry-android-gradle-plugin group = io.sentry version = 6.0.0 -sdk_version = 8.32.0 +sdk_version = 8.33.0 # publication pom properties POM_NAME=Sentry Android Gradle Plugin