From 5e8ac8556732baeb627cb610a52707555b25bb03 Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Sat, 17 Jul 2021 14:04:15 +0300 Subject: [PATCH] Update build.gradle --- app_pojavlauncher/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_pojavlauncher/build.gradle b/app_pojavlauncher/build.gradle index 07851b763..ff3812cc1 100644 --- a/app_pojavlauncher/build.gradle +++ b/app_pojavlauncher/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' def getDate() { return new Date().format('yyyyMMdd')} -def getDateSeconds() { return new Date().format('MMddHHmm')} +def getDateSeconds() { return new Date().format('yMMddHHss')} def getVersionName = { // Get the last version tag, as well as the short head of the last commit