From 6cef9636fc66df68e1362176daa769088223cac9 Mon Sep 17 00:00:00 2001 From: Aurelien Hubert Date: Mon, 8 Apr 2019 18:10:50 +0200 Subject: [PATCH] Improve apk name --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cb50b563..dcf45acd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,7 +39,7 @@ android { applicationVariants.all { variant -> variant.outputs.all { output -> def date = new Date() - def formattedDate = date.format('yyMMdd:HHmm') + def formattedDate = date.format('yyMMdd_HHmm') def appName = "PokerAnalytics" def buildType = variant.variantData.variantConfiguration.buildType.name def newName