diff --git a/packages/core/plugin/src/withSentryAndroidGradlePlugin.ts b/packages/core/plugin/src/withSentryAndroidGradlePlugin.ts index 9542b05369..4bc927e8c5 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.7.0'; +export const sentryAndroidGradlePluginVersion = '6.7.1'; /** * 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 13d2e62b97..116efa6803 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.7.0") + classpath("io.sentry:sentry-android-gradle-plugin:6.7.1") } }