mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-08-28 05:45:03 -06:00
Update build.gradle
This commit is contained in:
parent
bbb90e4f69
commit
a34db57d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue