Refactor music widget

This commit is contained in:
MM20
2021-12-19 18:29:52 +01:00
parent 71652ffc71
commit 8be19a1309
8 changed files with 88 additions and 95 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ fun buildTime(): String {
}
fun versionCodeDate(): Int {
val df = SimpleDateFormat("yyyyMMdd00")
val df = SimpleDateFormat("yyyyMMdd01")
return df.format(Date()).toInt()
}