From 1fd752712c6482763cd98efd25a183f8989698fa Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 25 Nov 2024 11:06:31 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 7.18.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 4227c099..c0f51444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ - Bump CLI from v2.38.0 to v2.39.0 ([#786](https://github.com/getsentry/sentry-android-gradle-plugin/pull/786), [#791](https://github.com/getsentry/sentry-android-gradle-plugin/pull/791)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2390) - [diff](https://github.com/getsentry/sentry-cli/compare/2.38.0...2.39.0) +- Bump Android SDK from v7.16.0 to v7.18.0 ([#788](https://github.com/getsentry/sentry-android-gradle-plugin/pull/788)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7180) + - [diff](https://github.com/getsentry/sentry-java/compare/7.16.0...7.18.0) ## 4.13.0 diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index e6455737..2bcb5e57 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.18.0 # publication pom properties POM_NAME=Sentry Android Gradle Plugin