mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-28 12:57:37 +00:00
fix: disable Sentry dependency report
Incompatible with configuration cache
This commit is contained in:
parent
e688a6e558
commit
5c35acdfbc
2
.idea/kotlinc.xml
generated
2
.idea/kotlinc.xml
generated
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="KotlinJpsPluginSettings">
|
||||
<option name="version" value="1.7.22" />
|
||||
<option name="version" value="1.7.21" />
|
||||
</component>
|
||||
</project>
|
@ -33,6 +33,7 @@ class SentryPlugin : Plugin<Project> {
|
||||
ignoredFlavors.set(setOf(ProductFlavors.FREE))
|
||||
tracingInstrumentation { enabled.set(false) }
|
||||
autoInstallation.enabled.set(false)
|
||||
includeDependenciesReport.set(false)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user