diff --git a/CHANGELOG.md b/CHANGELOG.md index cdbd04c8..71c92137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ - Bump CLI from v2.25.0 to v2.26.0 ([#638](https://github.com/getsentry/sentry-android-gradle-plugin/pull/638), [#640](https://github.com/getsentry/sentry-android-gradle-plugin/pull/640), [#642](https://github.com/getsentry/sentry-android-gradle-plugin/pull/642)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2260) - [diff](https://github.com/getsentry/sentry-cli/compare/2.25.0...2.26.0) + Bump Android SDK from v7.2.0 to v7.3.0 ([#646](https://github.com/getsentry/sentry-android-gradle-plugin/pull/646)) + [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#730) + [diff](https://github.com/getsentry/sentry-java/compare/7.2.0...7.3.0) ## 4.2.0 diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index ebb343af..5e51d8b6 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.2.0 -sdk_version = 7.2.0 +sdk_version = 7.3.0 # publication pom properties POM_NAME=Sentry Android Gradle Plugin