mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 14:51:51 -04:00
Temporary get rid of auto date
This commit is contained in:
parent
de7c671443
commit
9d72a6b720
@ -24,13 +24,13 @@ android {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 156237
|
||||
versionName "3.3.1b_6409b_${getDate()}"
|
||||
versionName "3.3.1b_6409b_20200109" // getDate()
|
||||
multiDexEnabled true //important
|
||||
}
|
||||
|
||||
def getDate() {
|
||||
return new Date().format('yyyyMMdd')
|
||||
}
|
||||
// def getDate() {
|
||||
// return new Date().format('yyyyMMdd')
|
||||
// }
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
|
Loading…
x
Reference in New Issue
Block a user