alpha release

This commit is contained in:
Hemanth S 2020-09-24 16:30:54 +05:30
parent 46dc5eb58e
commit 870cf4ce2e
2 changed files with 6 additions and 3 deletions

View file

@ -16,8 +16,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
versionCode 10442
versionName '3.6.000_hot_fix' + "_" + getDate()
versionCode 10443
versionName '3.6.000' + "_" + getDate()
multiDexEnabled true
@ -88,7 +88,7 @@ static def getProperty(Properties properties, String name) {
}
static def getDate() {
new Date().format('MMddyyyy')
new Date().format('MMddyyyyss')
}