We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3188423 commit ab73a74Copy full SHA for ab73a74
2 files changed
packages/core/plugin/src/withSentryAndroidGradlePlugin.ts
@@ -15,7 +15,7 @@ export interface SentryAndroidGradlePluginOptions {
15
includeSourceContext?: boolean;
16
}
17
18
-export const sentryAndroidGradlePluginVersion = '6.4.0';
+export const sentryAndroidGradlePluginVersion = '6.5.0';
19
20
/**
21
* 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:6.4.0")
+ classpath("io.sentry:sentry-android-gradle-plugin:6.5.0")
22
0 commit comments