Skip to content

Commit ba41c2a

Browse files
chore: update scripts/update-sentry-android-gradle-plugin.sh to 5.8.0 (#4971)
Co-authored-by: GitHub <[email protected]>
1 parent ab18954 commit ba41c2a

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 = '4.14.1';
16+
export const sentryAndroidGradlePluginVersion = '5.8.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:4.2.0")
19+
classpath("io.sentry:sentry-android-gradle-plugin:5.8.0")
2020
}
2121
}
2222

0 commit comments

Comments
 (0)