Update build.gradle

This commit is contained in:
ArtDev
2021-07-17 13:55:31 +03:00
committed by GitHub
parent bbb90e4f69
commit a34db57d3e

View File

@@ -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