From f4eb6d3a1796ed153436611eed42bb141eda9af0 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 2 Jul 2024 03:04:20 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 7.11.0 --- CHANGELOG.md | 6 ++++++ plugin-build/gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d58b306..46bbc286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ - Auto install and instrument sentry-okhttp instead of sentry-android-okhttp on v7+ ([#724](https://github.com/getsentry/sentry-android-gradle-plugin/pull/724)) - Fix source bundles with configuration cache on AGP 8+ ([#725](https://github.com/getsentry/sentry-android-gradle-plugin/pull/725)) +### Dependencies + +- Bump Android SDK from v7.10.0 to v7.11.0 ([#726](https://github.com/getsentry/sentry-android-gradle-plugin/pull/726)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7110) + - [diff](https://github.com/getsentry/sentry-java/compare/7.10.0...7.11.0) + ## 4.8.0 ### Fixes diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 5c96e0b9..7d609a46 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.8.0 -sdk_version = 7.10.0 +sdk_version = 7.11.0 # publication pom properties POM_NAME=Sentry Android Gradle Plugin