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 @@ -15,7 +15,7 @@ export interface SentryAndroidGradlePluginOptions {
1515 includeSourceContext ?: boolean ;
1616}
1717
18- export const sentryAndroidGradlePluginVersion = '6.3 .0' ;
18+ export const sentryAndroidGradlePluginVersion = '6.4 .0' ;
1919
2020/**
2121 * 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:6.3 .0" )
19+ classpath(" io.sentry:sentry-android-gradle-plugin:6.4 .0" )
2020 }
2121}
2222
You can’t perform that action at this time.
0 commit comments