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