diff --git a/CHANGELOG.md b/CHANGELOG.md index ca593b33..b81f4035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v7.16.0 to v7.17.0 ([#787](https://github.com/getsentry/sentry-android-gradle-plugin/pull/787)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7170) + - [diff](https://github.com/getsentry/sentry-java/compare/7.16.0...7.17.0) + ## 4.13.0 ### Dependencies diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index e6455737..f34ef6b8 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.13.0 -sdk_version = 7.16.0 +sdk_version = 7.17.0 # publication pom properties POM_NAME=Sentry Android Gradle Plugin