Reset versionCodeDate

This commit is contained in:
MM20 2022-01-30 15:12:37 +01:00
parent f38c45656e
commit b22bedd0f2
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -75,7 +75,7 @@ fun buildTime(): String {
}
fun versionCodeDate(): Int {
val df = SimpleDateFormat("yyyyMMdd01")
val df = SimpleDateFormat("yyyyMMdd00")
return df.format(Date()).toInt()
}