mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 03:05:31 +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
|
preBuild.dependsOn copyMarkdown
|
||||||
|
|
||||||
task downloadPublicSuffixList(type: Download) {
|
task downloadPublicSuffixList(type: Download) {
|
||||||
|
// https://github.com/michel-kraemer/gradle-download-task
|
||||||
src "https://raw.githubusercontent.com/publicsuffix/list/master/public_suffix_list.dat"
|
src "https://raw.githubusercontent.com/publicsuffix/list/master/public_suffix_list.dat"
|
||||||
dest "src/main/assets"
|
dest "src/main/assets"
|
||||||
overwrite true
|
overwrite true
|
||||||
|
|
Loading…
Reference in a new issue