From 668f8df95c193af2a27ff644fa91ecf9afd91d3f Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 18 Mar 2026 12:16:54 +0000 Subject: [PATCH 1/2] chore: update scripts/update-sentry-android-gradle-plugin.sh to 6.2.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 288edab655..eca4625bb6 100644 --- a/packages/core/plugin/src/withSentryAndroidGradlePlugin.ts +++ b/packages/core/plugin/src/withSentryAndroidGradlePlugin.ts @@ -13,7 +13,7 @@ export interface SentryAndroidGradlePluginOptions { includeSourceContext?: boolean; } -export const sentryAndroidGradlePluginVersion = '6.1.0'; +export const sentryAndroidGradlePluginVersion = '6.2.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 b05bdc344c..ef80180007 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.1.0") + classpath("io.sentry:sentry-android-gradle-plugin:6.2.0") } } From 0016609f7dd93a887110a2d055415a3ca3b64f99 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Wed, 18 Mar 2026 14:13:08 +0100 Subject: [PATCH 2/2] ci: retrigger