diff --git a/app/build.gradle b/app/build.gradle index 004262c75c..3a27e36ec8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -264,7 +264,7 @@ task copyChangelog(type: Copy) { preBuild.dependsOn copyChangelog -task downloadPublicSuffixList(type: Download) { +task downloadPSL(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"