Temporary get rid of auto date

This commit is contained in:
Duy Tran Khanh 2021-01-09 14:57:02 +07:00 committed by GitHub
parent de7c671443
commit 9d72a6b720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,13 +24,13 @@ android {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 156237 versionCode 156237
versionName "3.3.1b_6409b_${getDate()}" versionName "3.3.1b_6409b_20200109" // getDate()
multiDexEnabled true //important multiDexEnabled true //important
} }
def getDate() { // def getDate() {
return new Date().format('yyyyMMdd') // return new Date().format('yyyyMMdd')
} // }
buildTypes { buildTypes {
debug { debug {