From 9bb6a383d5b8fe32610b7473244359161bc9bdd4 Mon Sep 17 00:00:00 2001 From: Gregor Santner Date: Sun, 14 Aug 2016 12:14:10 +0200 Subject: [PATCH] gradle apk name --- TRANSLATORS.md | 17 +++++++++-------- app/build.gradle | 7 +++++++ 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/TRANSLATORS.md b/TRANSLATORS.md index cd0c305c..8b67e47b 100644 --- a/TRANSLATORS.md +++ b/TRANSLATORS.md @@ -1,8 +1,9 @@ -#aaaaaaa>> This file contains references to people who helped translating the app -#aaaaaab>> Please send a message on crowdin, and you will get included in the next commit -#aaaaaac>> -#aaaaaad>> Schemes: -#aaaaaae>> Firstname Lastname (Link) -#aaaaaaf>> Firstname Lastname (E-Mail) -#aaaaaag>> Username (Link) -#aaaaaah>> Username (E-Mail) +00l>> This file contains references to people who helped translating the app +01l>> Please send a message on crowdin, and you will get included in the next commit +02l>> +03l>> Schemes: +04l>> Firstname Lastname (Link) +05l>> Firstname Lastname (E-Mail) +06l>> Username (Link) +07l>> Username (E-Mail) +## 99l TRANSLATORS diff --git a/app/build.gradle b/app/build.gradle index 12df96f9..5573fc7c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,6 +23,13 @@ android { lintOptions { disable 'MissingTranslation' } + + applicationVariants.all { variant -> + variant.outputs.each { output -> + output.outputFile = new File( + output.outputFile.parent, "diasporaAndroid__${variant.versionName}__.apk") + } + } } dependencies {