1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 02:37:16 +00:00

Added comment

This commit is contained in:
M66B 2021-09-03 10:35:57 +02:00
parent d6d9237702
commit ef25d10138

View file

@ -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