Removed hour and minutes from version code and version number
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
def date = new Date()
|
||||
def formattedDate = date.format('yyMMddHHmm')
|
||||
def formattedDate = date.format('yyMMdd')
|
||||
def code = formattedDate.toInteger()
|
||||
|
||||
android {
|
||||
|
||||
Reference in New Issue
Block a user