mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
feat(common): set up for Compose screenshot testing
This commit is contained in:
parent
7037d55bf2
commit
ed4c573ee4
3 changed files with 9 additions and 1 deletions
|
@ -49,9 +49,12 @@ android.dependencyResolutionAtConfigurationTime.disallow=true
|
|||
android.disableEarlyManifestParsing=true
|
||||
|
||||
# Disable warnings about unsupported features
|
||||
android.suppressUnsupportedOptionWarnings=android.dependencyResolutionAtConfigurationTime.disallow,android.disableEarlyManifestParsing,android.suppressUnsupportedOptionWarnings
|
||||
android.suppressUnsupportedOptionWarnings=android.dependencyResolutionAtConfigurationTime.disallow,android.disableEarlyManifestParsing,android.experimental.enableScreenshotTest,android.suppressUnsupportedOptionWarnings
|
||||
android.suppressUnsupportedCompileSdk=35
|
||||
|
||||
# Enable screenshot tests
|
||||
android.experimental.enableScreenshotTest=true
|
||||
|
||||
# Make Spotless default to keeping license headers years in sync
|
||||
spotlessSetLicenseHeaderYearsFromGitHistory=true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue