diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e4cce4..db88a06c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Dependencies -- Bump Android SDK from v8.26.0 to v8.27.1 ([#1032](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1032)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8271) - - [diff](https://github.com/getsentry/sentry-java/compare/8.26.0...8.27.1) +- Bump Android SDK from v8.26.0 to v8.28.0 ([#1032](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1032), [#1034](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1034)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8280) + - [diff](https://github.com/getsentry/sentry-java/compare/8.26.0...8.28.0) - Bump CLI from v2.58.2 to v2.58.4 ([#1037](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1037), [#1038](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1038)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2584) - [diff](https://github.com/getsentry/sentry-cli/compare/2.58.2...2.58.4) diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 6a514009..ed58fa40 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-beta.2 -sdk_version = 8.27.1 +sdk_version = 8.28.0 # publication pom properties POM_NAME=Sentry Android Gradle Plugin