diff --git a/CHANGELOG.md b/CHANGELOG.md index e3904c71..8b02a086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v7.18.0 to v7.20.0 ([#807](https://github.com/getsentry/sentry-android-gradle-plugin/pull/807)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7200) + - [diff](https://github.com/getsentry/sentry-java/compare/7.18.0...7.20.0) + ## 4.14.1 ### Dependencies diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 445eb5ad..f5f0ce34 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.14.1 -sdk_version = 7.18.0 +sdk_version = 7.20.0 # publication pom properties POM_NAME=Sentry Android Gradle Plugin