diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca8da908..b25ec40fc 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 e953a1988..6926fe562 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