mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
Added comment
This commit is contained in:
parent
d6d9237702
commit
ef25d10138
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ task copyMarkdown(type: Copy) {
|
|||
preBuild.dependsOn copyMarkdown
|
||||
|
||||
task downloadPublicSuffixList(type: Download) {
|
||||
// https://github.com/michel-kraemer/gradle-download-task
|
||||
src "https://raw.githubusercontent.com/publicsuffix/list/master/public_suffix_list.dat"
|
||||
dest "src/main/assets"
|
||||
overwrite true
|
||||
|
|
Loading…
Reference in a new issue