mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +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()
|
endWithNewline()
|
||||||
licenseHeaderFile(
|
licenseHeaderFile(
|
||||||
project.file("spotless/license.xml"),
|
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