fix(build): fully disable Sentry ProGuard by default
This commit is contained in:
parent
0669f8a062
commit
08ded391c4
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ class SentryPlugin : Plugin<Project> {
|
|||
}
|
||||
project.plugins.apply(SentryPlugin::class)
|
||||
project.extensions.configure<SentryPluginExtension> {
|
||||
includeProguardMapping.set(
|
||||
project.providers.gradleProperty(SENTRY_UPLOAD_MAPPINGS_PROPERTY).isPresent
|
||||
)
|
||||
autoUploadProguardMapping.set(
|
||||
project.providers.gradleProperty(SENTRY_UPLOAD_MAPPINGS_PROPERTY).isPresent
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue