diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c5df8cff..97c22524 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -75,7 +75,7 @@ fun buildTime(): String { } fun versionCodeDate(): Int { - val df = SimpleDateFormat("yyyyMMdd01") + val df = SimpleDateFormat("yyyyMMdd00") return df.format(Date()).toInt() }