Skip to content

Commit 57bb0e2

Browse files
chore: update scripts/update-sentry-android-gradle-plugin.sh to 5.9.0 (#5067)
Co-authored-by: GitHub <noreply@github.com>
1 parent a4241d8 commit 57bb0e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/plugin/src/withSentryAndroidGradlePlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface SentryAndroidGradlePluginOptions {
1313
includeSourceContext?: boolean;
1414
}
1515

16-
export const sentryAndroidGradlePluginVersion = '5.8.1';
16+
export const sentryAndroidGradlePluginVersion = '5.9.0';
1717

1818
/**
1919
* Adds the Sentry Android Gradle Plugin to the project.

samples/react-native/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
classpath("com.android.tools.build:gradle")
1717
classpath("com.facebook.react:react-native-gradle-plugin")
1818
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
19-
classpath("io.sentry:sentry-android-gradle-plugin:5.8.1")
19+
classpath("io.sentry:sentry-android-gradle-plugin:5.9.0")
2020
}
2121
}
2222

0 commit comments

Comments
 (0)