mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 07:05:40 -04:00
[Version name] Auto update build date
This commit is contained in:
parent
1a5ef5fab8
commit
28b933b463
@ -10,13 +10,13 @@ android {
|
|||||||
abortOnError false
|
abortOnError false
|
||||||
}
|
}
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
customDebug {
|
customDebug {
|
||||||
storeFile file("debug.keystore")
|
storeFile file("debug.keystore")
|
||||||
storePassword "android"
|
storePassword "android"
|
||||||
keyAlias "androiddebugkey"
|
keyAlias "androiddebugkey"
|
||||||
keyPassword "android"
|
keyPassword "android"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
@ -24,10 +24,14 @@ android {
|
|||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 156237
|
versionCode 156237
|
||||||
versionName "3.3.1b_6409b_20210108"
|
versionName "3.3.1b_6409b_${build()}"
|
||||||
multiDexEnabled true //important
|
multiDexEnabled true //important
|
||||||
}
|
}
|
||||||
|
|
||||||
|
def getDate() {
|
||||||
|
return new Date().format('yyyyMMdd')
|
||||||
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user