updated build version naming
This commit is contained in:
parent
d7e14a0d02
commit
4b8e4bafc4
|
@ -40,7 +40,7 @@ android {
|
|||
}
|
||||
buildTypes {
|
||||
debug {
|
||||
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm")
|
||||
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd")
|
||||
versionNameSuffix String.format(" (dev %s)", format.format(new Date()))
|
||||
resValue("bool", "debug", "true")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue