From 9b5ea07303b3429948110731d48c1f1e899e6eb3 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 16 May 2024 08:29:03 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 7.9.0 --- CHANGELOG.md | 3 +++ plugin-build/gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52cb4cdc..77a14b78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ - Bump CLI from v2.31.1 to v2.31.2 ([#702](https://github.com/getsentry/sentry-android-gradle-plugin/pull/702)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2312) - [diff](https://github.com/getsentry/sentry-cli/compare/2.31.1...2.31.2) +- Bump Android SDK from v7.8.0 to v7.9.0 ([#706](https://github.com/getsentry/sentry-android-gradle-plugin/pull/706)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#790) + - [diff](https://github.com/getsentry/sentry-java/compare/7.8.0...7.9.0) ## 4.5.1 diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 38c680e5..f6f55f92 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.5.1 -sdk_version = 7.8.0 +sdk_version = 7.9.0 # publication pom properties POM_NAME=Sentry Android Gradle Plugin