We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd3f0d commit 2ffd61aCopy full SHA for 2ffd61a
2 files changed
packages/core/plugin/src/withSentryAndroidGradlePlugin.ts
@@ -13,7 +13,7 @@ export interface SentryAndroidGradlePluginOptions {
13
includeSourceContext?: boolean;
14
}
15
16
-export const sentryAndroidGradlePluginVersion = '5.12.1';
+export const sentryAndroidGradlePluginVersion = '6.1.0';
17
18
/**
19
* Adds the Sentry Android Gradle Plugin to the project.
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.12.1")
+ classpath("io.sentry:sentry-android-gradle-plugin:6.1.0")
20
21
22
0 commit comments