From 321409cd1d6c8566beac6beff1a32ad365850a4e Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 6 Jun 2026 04:22:41 +0000 Subject: [PATCH] chore: update scripts/update-sentry-android-gradle-plugin.sh to 6.10.0 --- packages/core/plugin/src/withSentryAndroidGradlePlugin.ts | 2 +- samples/react-native/android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/plugin/src/withSentryAndroidGradlePlugin.ts b/packages/core/plugin/src/withSentryAndroidGradlePlugin.ts index 9336754f21..2ec74a7c86 100644 --- a/packages/core/plugin/src/withSentryAndroidGradlePlugin.ts +++ b/packages/core/plugin/src/withSentryAndroidGradlePlugin.ts @@ -15,7 +15,7 @@ export interface SentryAndroidGradlePluginOptions { includeSourceContext?: boolean; } -export const sentryAndroidGradlePluginVersion = '6.9.0'; +export const sentryAndroidGradlePluginVersion = '6.10.0'; /** * Adds the Sentry Android Gradle Plugin to the project. diff --git a/samples/react-native/android/build.gradle b/samples/react-native/android/build.gradle index 1a7bc6a006..93aa48a8de 100644 --- a/samples/react-native/android/build.gradle +++ b/samples/react-native/android/build.gradle @@ -16,7 +16,7 @@ buildscript { classpath("com.android.tools.build:gradle") classpath("com.facebook.react:react-native-gradle-plugin") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin") - classpath("io.sentry:sentry-android-gradle-plugin:6.9.0") + classpath("io.sentry:sentry-android-gradle-plugin:6.10.0") } }