diff --git a/CHANGELOG.md b/CHANGELOG.md index db12219c..af2cc0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump CLI from v3.2.0 to v3.3.0 ([#1084](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1084), [#1090](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1090), [#1093](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1093)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#330) - [diff](https://github.com/getsentry/sentry-cli/compare/3.2.0...3.3.0) +- Bump Android SDK from v8.33.0 to v8.34.0 ([#1092](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1092)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8340) + - [diff](https://github.com/getsentry/sentry-java/compare/8.33.0...8.34.0) ## 6.1.0 diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index c2ef45b9..4d982930 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.1.0 -sdk_version = 8.33.0 +sdk_version = 8.34.0 # publication pom properties POM_NAME=Sentry Android Gradle Plugin