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