Removed hour and minutes from version code and version number

This commit is contained in:
Alexander Pacha
2016-09-20 22:52:44 +02:00
parent 7bbf590bfb
commit 842333b231

View File

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