From a34db57d3e2bd06ed3a01ebe6af38d2ae85f4b3b Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Sat, 17 Jul 2021 13:55:31 +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 96a906e35..07851b763 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('yyMMddHHmm')} +def getDateSeconds() { return new Date().format('MMddHHmm')} def getVersionName = { // Get the last version tag, as well as the short head of the last commit