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 {
13
13
includeSourceContext ?: boolean ;
14
14
}
15
15
16
- export const sentryAndroidGradlePluginVersion = '4.14.1 ' ;
16
+ export const sentryAndroidGradlePluginVersion = '5.8.0 ' ;
17
17
18
18
/**
19
19
* Adds the Sentry Android Gradle Plugin to the project.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ buildscript {
16
16
classpath(" com.android.tools.build:gradle" )
17
17
classpath(" com.facebook.react:react-native-gradle-plugin" )
18
18
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" )
20
20
}
21
21
}
22
22
You can’t perform that action at this time.
0 commit comments