From 06466b77431070ce40c18e161f45e4ac7a52ba88 Mon Sep 17 00:00:00 2001 From: Gregor Santner Date: Mon, 29 Aug 2016 22:16:45 +0200 Subject: [PATCH] Update and rename CONTRIBUTORS.md to CONTRIBUTORS.txt --- CONTRIBUTORS.md => CONTRIBUTORS.txt | 3 ++- app/build.gradle | 6 ++---- 2 files changed, 4 insertions(+), 5 deletions(-) rename CONTRIBUTORS.md => CONTRIBUTORS.txt (77%) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.txt similarity index 77% rename from CONTRIBUTORS.md rename to CONTRIBUTORS.txt index f8403625..2c0644f7 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.txt @@ -8,4 +8,5 @@ 07l>> Username (Link): Text 08l>> Username (E-Mail): Text ## 99l CONTRIBUTORS -Abhijith Balan (abhijithb21@openmailbox.org): Malayalam translation +Abhijith Balan (abhijithb21 AT openmailbox DOT org): Malayalam translation +Airon90 (https://diasp.eu/u/airon90): Italian translation diff --git a/app/build.gradle b/app/build.gradle index 747f0baa..cfed7257 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,7 +61,7 @@ task copyRepoFiles(type: Copy) { } // Filter Contributors file - from(rootProject.file("CONTRIBUTORS.md")) { + from(rootProject.file("CONTRIBUTORS.txt")) { into '.' // Target already changed to 'src/main/res/raw' rename { String fileName -> fileName.replace(fileName, fileName.toLowerCase()) @@ -72,6 +72,4 @@ task copyRepoFiles(type: Copy) { } } -tasks - . - copyRepoFiles.execute() \ No newline at end of file +tasks.copyRepoFiles.execute()