File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
samples/react-native/android Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export interface SentryAndroidGradlePluginOptions {
1313 includeSourceContext ?: boolean ;
1414}
1515
16- export const sentryAndroidGradlePluginVersion = '5.8.0 ' ;
16+ export const sentryAndroidGradlePluginVersion = '5.8.1 ' ;
1717
1818/**
1919 * Adds the Sentry Android Gradle Plugin to the project.
Original file line number Diff line number Diff 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.0 " )
19+ classpath(" io.sentry:sentry-android-gradle-plugin:5.8.1 " )
2020 }
2121}
2222
You can’t perform that action at this time.
0 commit comments