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