From fe72841e032b164df176eea9f542a7ade88c98cd Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 4 Nov 2025 03:39:32 +0000 Subject: [PATCH] chore: update scripts/update-sentry-android-gradle-plugin.sh to 5.12.2 --- 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 8efc873c00..a18eedca2d 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 = '5.8.0'; +export const sentryAndroidGradlePluginVersion = '5.12.2'; /** * 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 48a1d9bb58..7b7cdf589d 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:5.8.0") + classpath("io.sentry:sentry-android-gradle-plugin:5.12.2") } }