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