Reset versionCodeDate

This commit is contained in:
MM20
2022-01-30 15:12:37 +01:00
parent f38c45656e
commit b22bedd0f2
+1 -1
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()
}