From f9950e425e42600ad876d5f499b7c6970797af45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 06:47:00 +0200 Subject: [PATCH] chore(deps): update Android SDK to v6.19.0 (#490) Co-authored-by: GitHub --- CHANGELOG.md | 6 ++++++ plugin-build/gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 414bae626..19b0f63b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ - Add missing Kotlin Compiler Plugin Marker config ([#488](https://github.com/getsentry/sentry-android-gradle-plugin/pull/488)) +### Dependencies + +- Bump Android SDK from v6.18.1 to v6.19.0 ([#490](https://github.com/getsentry/sentry-android-gradle-plugin/pull/490)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6190) + - [diff](https://github.com/getsentry/sentry-java/compare/6.18.1...6.19.0) + ## 3.6.0 ### Features diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 78f5fbd64..8c3ecb1ac 100644 --- a/plugin-build/gradle.properties +++ b/plugin-build/gradle.properties @@ -7,7 +7,7 @@ org.gradle.daemon=false name = sentry-android-gradle-plugin group = io.sentry version = 3.6.0 -sdk_version = 6.18.1 +sdk_version = 6.19.0 # publication pom properties POM_NAME=Sentry Android Gradle Plugin