mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-21 09:01:56 -07:00
Try to fix auto date
This commit is contained in:
parent
9d72a6b720
commit
a7ae357dd1
1 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,9 @@
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
def getDate() {
|
||||
return new Date().format('yyyyMMdd')
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
dexOptions {
|
||||
|
|
@ -24,14 +28,10 @@ android {
|
|||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 156237
|
||||
versionName "3.3.1b_6409b_20200109" // getDate()
|
||||
versionName "3.3.1b_6409b_" + getDate()
|
||||
multiDexEnabled true //important
|
||||
}
|
||||
|
||||
// def getDate() {
|
||||
// return new Date().format('yyyyMMdd')
|
||||
// }
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
minifyEnabled false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue