mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
fix(build): recognize appwidget-provider
as a valid XML tag
This commit is contained in:
parent
68924d6f35
commit
e740ddb7cc
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class SpotlessPlugin : Plugin<Project> {
|
|||
endWithNewline()
|
||||
licenseHeaderFile(
|
||||
project.file("spotless/license.xml"),
|
||||
"<manifest|<resources|<full-backup-content|<data-extraction-rules|<adaptive-icon"
|
||||
"<(adaptive-icon|appwidget-provider|data-extraction-rules|full-backup-content|manifest|resources)"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue